home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / temacd / outpostpro / OutpostProInstall.exe / {app} / preset.lst < prev    next >
File List  |  2005-09-09  |  102KB  |  5,564 lines

  1. ; This file contains Outpost Firewall presets descriptions.
  2. ; Preset is a collection of predefined rule descriptions that provides for easy and quick 
  3. ; application rules configuration.
  4. ;
  5. ; Here goes the preset description example.
  6. ;
  7. ; Preset display name that is shown in the Create Rule dialog. 
  8. ; [Internet Explorer]
  9. ;
  10. ; Here go descriptions of the rules that are included in this preset.
  11. ; For each rule the following parameters can be specified:
  12. ;
  13. ; Value that determines if the preset is shown (1) in the Presets list in the Rules Wizard or hidden (0). 
  14. ; VisibleState: 0
  15. ;
  16. ; Application display name and executable name. If specified, makes the rule applied to only that application.
  17. ; Exe:
  18. ; Internet Explorer, iexplore.exe
  19. ;
  20. ; Default rule state. Set to 0 to disable the rule.
  21. ; DefaultState: 1
  22. ;
  23. ; Rule display name.
  24. ; RuleName: Internet Explorer HTTP connection
  25. ;
  26. ; Protocol name the rule handles. Can be either TCP or UDP.
  27. ; Protocol: TCP
  28. ;
  29. ; Port number the rule handles. You can specify either a single port number, several port numbers 
  30. ; sepatrated by commas, port range, or a number of ranges.
  31. ; E.g: 110, 80-83, 225-228, 118
  32. ; RemotePort: 80-83
  33. ;
  34. ; Communication direction the rule handles. Can be either Inbound for incoming port connections or
  35. ; Outbound for outgoing ones.
  36. ; Direction: Outbound
  37. ;
  38. ; Response action proto. Lists actions that Outpost Firewall takes when the rule is matched, that is
  39. ; communication is attempted throught the specified protocol, port and direction.
  40. ; Can be one or combination of the following commands:
  41. ;
  42. ; AllowIt Allow communication.
  43. ; ActivateSI Activate the Stateful Inspection mode for this connection.
  44. ; ReportIt Report the connection attempt to the user and write an event log entry.
  45. ; BlockIt Block communication
  46. ; NOTE. Do not specify AllowIt and BlockIt commands simultaneously for the same rule.
  47. ;
  48. ; AllowIt
  49.  
  50.  
  51. ; Global
  52.  
  53. [Allow Ident]
  54. DefaultState: 1
  55. RuleName: Allow Ident
  56. Protocol: TCP
  57. LocalPort: 113
  58. Direction: Inbound
  59. AllowIt
  60.  
  61. [Allow DCOM]
  62. DefaultState: 1
  63. RuleName: Allow DCOM Client
  64. Protocol: TCP
  65. RemotePort: 135
  66. Direction: Outbound
  67. AllowIt
  68.  
  69. [Allow LDAP]
  70. DefaultState: 1
  71. RuleName: Allow LDAP Client
  72. Protocol: TCP
  73. RemotePort: 3268, 3269, 389
  74. Direction: Outbound
  75. AllowIt
  76.  
  77. ; General
  78.  
  79. [E-Mail Client]
  80. DefaultState: 1
  81. RuleName: Send mail by Default E-Mail Client
  82. Protocol: TCP
  83. RemotePort: 25
  84. Direction: Outbound
  85. AllowIt
  86.  
  87. DefaultState: 1
  88. RuleName: Read News By Default E-Mail Client
  89. Protocol: TCP
  90. RemotePort: 119
  91. Direction: Outbound
  92. AllowIt
  93.  
  94. DefaultState: 1
  95. RuleName: Receive mail by Default E-Mail Client
  96. Protocol: TCP
  97. RemotePort: 110, 995
  98. Direction: Outbound
  99. AllowIt
  100.  
  101. DefaultState: 1
  102. RuleName: Default E-Mail Client IMAP connection
  103. Protocol: TCP
  104. RemotePort: 143
  105. Direction: Outbound
  106. AllowIt
  107.  
  108. [Browser]
  109. DefaultState: 1
  110. RuleName: Browser HTTP connection
  111. Protocol: TCP
  112. RemotePort: 80-83
  113. Direction: Outbound
  114. AllowIt
  115.  
  116. DefaultState: 1
  117. RuleName: Browser HTTPS connection
  118. Protocol: TCP
  119. RemotePort: 443
  120. Direction: Outbound
  121. AllowIt
  122.  
  123. DefaultState: 1
  124. RuleName: Browser SOCKS connection
  125. Protocol: TCP
  126. RemotePort: 1080
  127. Direction: Outbound
  128. AllowIt
  129.  
  130. DefaultState: 1
  131. RuleName: Browser PROXY connection
  132. Protocol: TCP
  133. RemotePort: 3128, 8080, 8081, 8088
  134. Direction: Outbound
  135. AllowIt
  136.  
  137. DefaultState: 1
  138. RuleName: Browser DCOM connection
  139. Protocol: TCP
  140. RemotePort: 135
  141. Direction: Outbound
  142. AllowIt
  143.  
  144. DefaultState: 1
  145. RuleName: Browser FTP connection
  146. Protocol: TCP
  147. RemotePort: 21
  148. Direction: Outbound
  149. ActivateSI AlgFtp
  150. AllowIt
  151.  
  152. [Download Manager]
  153. DefaultState: 1
  154. RuleName: Download Manager HTTP connection
  155. Protocol: TCP
  156. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  157. Direction: Outbound
  158. AllowIt
  159.  
  160. DefaultState: 1
  161. RuleName: Download Manager FTP connection
  162. Protocol: TCP
  163. RemotePort: 21
  164. Direction: Outbound
  165. ActivateSI AlgFtp
  166. AllowIt
  167.  
  168. [FTP Client]
  169. DefaultState: 1
  170. RuleName: FTP connection
  171. Protocol: TCP
  172. RemotePort: 21
  173. Direction: Outbound
  174. ActivateSI AlgFtp
  175. AllowIt
  176.  
  177. [Telnet Client]
  178. DefaultState: 1
  179. RuleName: Telnet connection
  180. Protocol: TCP
  181. RemotePort: 23
  182. Direction: Outbound
  183. AllowIt
  184.  
  185. DefaultState: 1
  186. RuleName: Secure Telnet connection
  187. Protocol: TCP
  188. RemotePort: 22
  189. Direction: Outbound
  190. AllowIt
  191.  
  192. [Time Synchronizer]
  193. DefaultState: 1
  194. RuleName: Time Synchronizer connection
  195. Protocol: UDP
  196. RemotePort: 123
  197. AllowIt
  198.  
  199. DefaultState: 1
  200. RuleName: Time Synchronizer connection
  201. Protocol: UDP
  202. RemotePort: 37
  203. AllowIt
  204.  
  205. DefaultState: 1
  206. RuleName: Time Synchronizer connection
  207. Protocol: TCP
  208. RemotePort: 37
  209. Direction: Outbound
  210. AllowIt
  211.  
  212. DefaultState: 1
  213. RuleName: Time Synchronizer connection
  214. Protocol: TCP
  215. RemotePort: 13
  216. Direction: Outbound
  217. AllowIt
  218.  
  219. [Web Server]
  220. DefaultState: 1
  221. RuleName: Inbound HTTP connection
  222. Protocol: TCP
  223. LocalPort: 80
  224. Direction: Inbound
  225. AllowIt
  226.  
  227. DefaultState: 1
  228. RuleName: Inbound HTTPS connection
  229. Protocol: TCP
  230. LocalPort: 443
  231. Direction: Inbound
  232. AllowIt
  233.  
  234. ; Windows services
  235.  
  236. [Microsoft ICS Manager]
  237. VisibleState: 0
  238. Exe:
  239. Microsoft ICS Manager, icsmgr.exe
  240. DefaultState: 1
  241. RuleName: Microsoft ICS Manager DNS Resolving
  242. Protocol: UDP
  243. RemotePort: 53
  244. RemoteHost: 192.168.*.*
  245. AllowIt
  246.  
  247. DefaultState: 1
  248. RuleName: Microsoft ICS Manager connection
  249. Protocol: UDP
  250. RemotePort: 67
  251. RemoteHost: 192.168.*.*
  252. AllowIt
  253.  
  254. [Microsoft ActiveSync]
  255. VisibleState: 0
  256. Exe:
  257. Microsoft ActiveSync, wcescomm.exe
  258. DefaultState: 1
  259. RuleName: Send mail by Microsoft ActiveSync
  260. Protocol: TCP
  261. RemotePort: 25
  262. Direction: Outbound
  263. AllowIt
  264.  
  265. DefaultState: 1
  266. RuleName: Receive mail by Microsoft ActiveSync
  267. Protocol: TCP
  268. RemotePort: 110, 995
  269. Direction: Outbound
  270. AllowIt
  271.  
  272. DefaultState: 1
  273. RuleName: Microsoft ActiveSync IMAP connection
  274. Protocol: TCP
  275. RemotePort: 143
  276. Direction: Outbound
  277. AllowIt
  278.  
  279. DefaultState: 1
  280. RuleName: Microsoft ActiveSync HTTP connection
  281. Protocol: TCP
  282. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  283. Direction: Outbound
  284. AllowIt
  285.  
  286. [Generic Host Process]
  287. VisibleState: 0
  288. Exe:
  289. Generic Host Process, svchost.exe
  290. DefaultState: 1
  291. RuleName: DHCP Service
  292. Protocol: UDP
  293. LocalPort: 68
  294. RemotePort: 67
  295. AllowIt
  296.  
  297. DefaultState: 1
  298. RuleName: DNS Service UDP connection
  299. Protocol: UDP
  300. LocalPort: 53
  301. AllowIt
  302. ActivateSI
  303.  
  304. DefaultState: 1
  305. RuleName: DNS Service TCP connection
  306. Protocol: TCP
  307. RemotePort: 53
  308. Direction: Outbound
  309. AllowIt
  310.  
  311. DefaultState: 1
  312. RuleName: DCOM Service TCP connection
  313. Protocol: TCP
  314. RemotePort: 135
  315. Direction: Outbound
  316. AllowIt
  317.  
  318. DefaultState: 0
  319. RuleName: Block Incoming DCOM
  320. Protocol: UDP
  321. LocalPort: 1025-1030
  322. Direction: Inbound
  323. BlockIt
  324.  
  325. DefaultState: 1
  326. RuleName: HTTP connection
  327. Protocol: TCP
  328. RemotePort: 80
  329. Direction: Outbound
  330. AllowIt
  331.  
  332. DefaultState: 1
  333. RuleName: HTTPS connection
  334. Protocol: TCP
  335. RemotePort: 443
  336. Direction: Outbound
  337. AllowIt
  338.  
  339. DefaultState: 1
  340. RuleName: Time Synchronizer connection
  341. Protocol: UDP
  342. RemotePort: 123
  343. AllowIt
  344.  
  345. DefaultState: 1
  346. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  347. Protocol: UDP
  348. RemotePort: 1900
  349. AllowIt
  350.  
  351. DefaultState: 1
  352. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  353. Protocol: TCP
  354. Direction: Outbound
  355. RemotePort: 2869
  356. AllowIt
  357.  
  358. DefaultState: 1
  359. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  360. Protocol: UDP
  361. LocalHost: 239.255.255.250
  362. LocalPort: 1900
  363. AllowIt
  364.  
  365. DefaultState: 1
  366. RuleName: SSDP legacy event notification
  367. Protocol: TCP
  368. RemotePort: 5000
  369. Direction: Outbound
  370. AllowIt
  371.  
  372. DefaultState: 1
  373. RuleName: Microsoft Remote Desktop TCP connection
  374. Protocol: TCP
  375. RemotePort: 3389
  376. Direction: Inbound
  377. AllowIt
  378.  
  379. DefaultState: 1
  380. RuleName: Generic Host Process LDAP connection
  381. Protocol: TCP
  382. RemotePort: 3268, 389
  383. Direction: Outbound
  384. AllowIt
  385.  
  386. [Microsoft ALG Service] 
  387. VisibleState: 0
  388. Group: Auto
  389. Exe:
  390. Microsoft Application Layer Gateway Service, alg.exe
  391. RuleName: Allow ALG Redirect
  392. Protocol: TCP
  393. Direction: Inbound
  394. ActivateSI Invert
  395. AllowIt
  396.  
  397. DefaultState: 1
  398. RuleName: Microsoft Application Layer Gateway Service connection
  399. Protocol: TCP
  400. RemotePort: 21
  401. Direction: Outbound
  402. ActivateSI AlgFtp
  403. AllowIt
  404.  
  405. [Microsoft Application Error Reporting]
  406. VisibleState: 0
  407. Exe:
  408. Microsoft Application Error Reporting, dw.exe
  409. Microsoft Application Error Reporting, dwwin.exe
  410. DefaultState: 1
  411. RuleName: Microsoft Application Error Reporting HTTP connection
  412. Protocol: TCP
  413. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  414. Direction: Outbound
  415. AllowIt
  416.  
  417. [Microsoft Registration Wizard]
  418. VisibleState: 0
  419. Exe:
  420. Microsoft Registration Wizard, regwiz.exe
  421. DefaultState: 1
  422. RuleName: Microsoft Registration Wizard HTTP connection
  423. Protocol: TCP
  424. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  425. Direction: Outbound
  426. AllowIt
  427.  
  428. [Microsoft RDP CIip Monitor]
  429. VisibleState: 0
  430. Exe:
  431. Microsoft RDP CIip Monitor, rdpclip.exe
  432. DefaultState: 1
  433. RuleName: Microsoft RDP CIip Monitor TCP connection
  434. Protocol: TCP
  435. RemotePort: 3389
  436. Direction: Outbound
  437. AllowIt
  438.  
  439. DefaultState: 1
  440. RuleName: Microsoft RDP CIip Monitor UDP connection
  441. Protocol: UDP
  442. RemotePort: 3389
  443. AllowIt
  444.  
  445. [Microsoft Remote Desktop]
  446. VisibleState: 0
  447. Exe:
  448. Microsoft Remote Desktop, mstsc.exe
  449. DefaultState: 1
  450. RuleName: Microsoft Remote Desktop TCP connection
  451. Protocol: TCP
  452. RemotePort: 3389
  453. Direction: Outbound
  454. AllowIt
  455.  
  456. DefaultState: 1
  457. RuleName: Microsoft Remote Desktop UDP connection
  458. Protocol: UDP
  459. RemotePort: 3389
  460. AllowIt
  461.  
  462. [Terminal Services Client]
  463. VisibleState: 0
  464. Exe:
  465. Terminal Services Client, mstsc.exe
  466. DefaultState: 1
  467. RuleName: Terminal Services Client TCP connection
  468. Protocol: TCP
  469. RemotePort: 3389
  470. Direction: Outbound
  471. AllowIt
  472.  
  473. DefaultState: 1
  474. RuleName: Terminal Services Client UDP connection
  475. Protocol: UDP
  476. RemotePort: 3389
  477. AllowIt
  478.  
  479. [Microsoft Remote Desktop Help Session Manager]
  480. VisibleState: 0
  481. Exe:
  482. Microsoft Remote Desktop Help Session Manager, sessmgr.exe
  483. DefaultState: 1
  484. RuleName: Microsoft Remote Desktop Help Session Manager connection
  485. Protocol: UDP
  486. RemotePort: 1900, 2234
  487. AllowIt
  488.  
  489. [Microsoft Synchronization Manager]
  490. VisibleState: 0
  491. Exe:
  492. Microsoft Synchronization Manager, mobsync.exe
  493. DefaultState: 1
  494. RuleName: Microsoft Synchronization Manager HTTP connection
  495. Protocol: TCP
  496. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  497. Direction: Outbound
  498. AllowIt
  499.  
  500. [Microsoft Windows AutoUpdate]
  501. VisibleState: 0
  502. Exe:
  503. Microsoft Windows AutoUpdate, wuauclt.exe
  504. DefaultState: 1
  505. RuleName: Microsoft Windows AutoUpdate HTTP connection
  506. Protocol: TCP
  507. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  508. Direction: Outbound
  509. AllowIt
  510.  
  511. [Run a DLL as an App]
  512. VisibleState: 0
  513. Exe:
  514. Run a DLL as an App, rundll32.exe
  515. DefaultState: 1
  516. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  517. Protocol: UDP
  518. RemotePort: 1900
  519. RemoteHost: 239.255.255.250
  520. AllowIt
  521.  
  522. DefaultState: 1
  523. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  524. Protocol: TCP
  525. RemotePort: 5000
  526. RemoteHost: 239.255.255.250
  527. Direction: Outbound
  528. AllowIt
  529.  
  530. DefaultState: 1
  531. RuleName: ICS TCP Connection
  532. Protocol: TCP
  533. LocalPort: 1000-4000
  534. Direction: Outbound
  535. AllowIt
  536.  
  537. DefaultState: 1
  538. RuleName: ICS UDP Connection
  539. Protocol: UDP
  540. LocalPort: 1000-4000
  541. AllowIt
  542.  
  543. [SSDP Service]
  544. VisibleState: 0
  545. Exe:
  546. SSDP Service, ssdpsrv.exe
  547. DefaultState: 1
  548. RuleName: ICS TCP Connection
  549. Protocol: TCP
  550. LocalPort: 1000-4000
  551. Direction: Outbound
  552. AllowIt
  553.  
  554. DefaultState: 1
  555. RuleName: ICS UDP Connection
  556. Protocol: UDP
  557. LocalPort: 1000-4000
  558. AllowIt
  559.  
  560. ; E-Mail
  561.  
  562. [Foxmail]
  563. VisibleState: 0
  564. Exe:
  565. Foxmail, foxmail.exe
  566. Foxmail Hotmail Proxy, foxhot.exe
  567. DefaultState: 1
  568. RuleName: Send mail by Foxmail
  569. Protocol: TCP
  570. RemotePort: 25
  571. Direction: Outbound
  572. AllowIt
  573.  
  574. DefaultState: 1
  575. RuleName: Receive mail by Foxmail
  576. Protocol: TCP
  577. RemotePort: 110, 995
  578. Direction: Outbound
  579. AllowIt
  580.  
  581. DefaultState: 1
  582. RuleName: Foxmail HTTP connection
  583. Protocol: TCP
  584. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  585. Direction: Outbound
  586. AllowIt
  587.  
  588. [IncrediMail]
  589. VisibleState: 0
  590. Exe:
  591. IncrediMail, incmail.exe
  592. DefaultState: 1
  593. RuleName: Send mail by IncrediMail
  594. Protocol: TCP
  595. RemotePort: 25
  596. Direction: Outbound
  597. AllowIt
  598.  
  599. DefaultState: 1
  600. RuleName: Receive mail by IncrediMail
  601. Protocol: TCP
  602. RemotePort: 110, 995
  603. Direction: Outbound
  604. AllowIt
  605.  
  606. DefaultState: 1
  607. RuleName: IncrediMail IMAP connection
  608. Protocol: TCP
  609. RemotePort: 143
  610. Direction: Outbound
  611. AllowIt
  612.  
  613. DefaultState: 1
  614. RuleName: IncrediMail HTTP connection
  615. Protocol: TCP
  616. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  617. Direction: Outbound
  618. AllowIt
  619.  
  620. [Outlook Express]
  621. VisibleState: 0
  622. Exe:
  623. Outlook Express, msimn.exe
  624. DefaultState: 1
  625. RuleName: Send mail by Outlook Express
  626. Protocol: TCP
  627. RemotePort: 25
  628. Direction: Outbound
  629. AllowIt
  630.  
  631. DefaultState: 1
  632. RuleName: Outlook Express NNTP connection
  633. Protocol: TCP
  634. RemotePort: 119
  635. Direction: Outbound
  636. AllowIt
  637.  
  638. DefaultState: 1
  639. RuleName: Receive mail by Outlook Express
  640. Protocol: TCP
  641. RemotePort: 110, 995
  642. Direction: Outbound
  643. AllowIt
  644.  
  645. DefaultState: 1
  646. RuleName: Outlook Express IMAP connection
  647. Protocol: TCP
  648. RemotePort: 143
  649. Direction: Outbound
  650. AllowIt
  651.  
  652. DefaultState: 1
  653. RuleName: Outlook Express HTTP connection
  654. Protocol: TCP
  655. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  656. Direction: Outbound
  657. AllowIt
  658.  
  659. DefaultState: 1
  660. RuleName: Outlook Express LDAP connection
  661. Protocol: TCP
  662. RemotePort: 3268, 389
  663. Direction: Outbound
  664. AllowIt
  665.  
  666. [Microsoft Outlook]
  667. VisibleState: 0
  668. Exe:
  669. Microsoft Outlook, outlook.exe
  670. DefaultState: 1
  671. RuleName: Send mail by Microsoft Outlook
  672. Protocol: TCP
  673. RemotePort: 25
  674. Direction: Outbound
  675. AllowIt
  676.  
  677. DefaultState: 1
  678. RuleName: Microsoft Outlook NNTP connection
  679. Protocol: TCP
  680. RemotePort: 119
  681. Direction: Outbound
  682. AllowIt
  683.  
  684. DefaultState: 1
  685. RuleName: Receive mail by Microsoft Outlook
  686. Protocol: TCP
  687. RemotePort: 110, 995
  688. Direction: Outbound
  689. AllowIt
  690.  
  691. DefaultState: 1
  692. RuleName: Microsoft Outlook IMAP connection
  693. Protocol: TCP
  694. RemotePort: 143
  695. Direction: Outbound
  696. AllowIt
  697.  
  698. DefaultState: 1
  699. RuleName: Microsoft Outlook HTTP connection
  700. Protocol: TCP
  701. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  702. Direction: Outbound
  703. AllowIt
  704.  
  705. DefaultState: 1
  706. RuleName: Microsoft Outlook LDAP connection
  707. Protocol: TCP
  708. RemotePort: 3268, 389
  709. Direction: Outbound
  710. AllowIt
  711.  
  712. [Pegasus Mail]
  713. VisibleState: 0
  714. Exe:
  715. Pegasus Mail, winpm-32.exe
  716. DefaultState: 1
  717. RuleName: Send mail by Pegasus Mail
  718. Protocol: TCP
  719. RemotePort: 25
  720. Direction: Outbound
  721. AllowIt
  722.  
  723. DefaultState: 1
  724. RuleName: Receive mail by Pegasus Mail
  725. Protocol: TCP
  726. RemotePort: 110, 995
  727. Direction: Outbound
  728. AllowIt
  729.  
  730. DefaultState: 1
  731. RuleName: Pegasus Mail IMAP connection
  732. Protocol: TCP
  733. RemotePort: 143
  734. Direction: Outbound
  735. AllowIt
  736.  
  737. DefaultState: 1
  738. RuleName: Pegasus Mail HTTP connection
  739. Protocol: TCP
  740. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  741. Direction: Outbound
  742. AllowIt
  743.  
  744. [The BAT]
  745. VisibleState: 0
  746. Exe:
  747. The BAT, thebat.exe
  748. DefaultState: 1
  749. RuleName: Send mail by The BAT
  750. Protocol: TCP
  751. RemotePort: 25
  752. Direction: Outbound
  753. AllowIt
  754.  
  755. DefaultState: 1
  756. RuleName: Read News By The BAT
  757. Protocol: TCP
  758. RemotePort: 119
  759. Direction: Outbound
  760. AllowIt
  761.  
  762. DefaultState: 1
  763. RuleName: Receive mail by The BAT
  764. Protocol: TCP
  765. RemotePort: 110, 995
  766. Direction: Outbound
  767. AllowIt
  768.  
  769. DefaultState: 1
  770. RuleName: The BAT IMAP connection
  771. Protocol: TCP
  772. RemotePort: 143
  773. Direction: Outbound
  774. AllowIt
  775.  
  776. DefaultState: 1
  777. RuleName: The Bat LDAP connection
  778. Protocol: TCP
  779. RemotePort: 3268, 389
  780. Direction: Outbound
  781. AllowIt
  782.  
  783. [Express Plus]
  784. VisibleState: 0
  785. Exe:
  786. Express Plus, expressplus.exe
  787. DefaultState: 1
  788. RuleName: Send mail by Express Plus
  789. Protocol: TCP
  790. RemotePort: 25
  791. Direction: Outbound
  792. AllowIt
  793.  
  794. DefaultState: 1
  795. RuleName: Receive mail by Express Plus
  796. Protocol: TCP
  797. RemotePort: 110, 995
  798. Direction: Outbound
  799. AllowIt
  800.  
  801. DefaultState: 1
  802. RuleName: Express Plus IMAP connection
  803. Protocol: TCP
  804. RemotePort: 143
  805. Direction: Outbound
  806. AllowIt
  807.  
  808. DefaultState: 1
  809. RuleName: Express Plus HTTP connection
  810. Protocol: TCP
  811. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  812. Direction: Outbound
  813. AllowIt
  814.  
  815. [Becky!]
  816. VisibleState: 0
  817. Exe:
  818. Becky!, b2.exe
  819. DefaultState: 1
  820. RuleName: Send mail by Becky!
  821. Protocol: TCP
  822. RemotePort: 25
  823. Direction: Outbound
  824. AllowIt
  825.  
  826. DefaultState: 1
  827. RuleName: Read News By Becky!
  828. Protocol: TCP
  829. RemotePort: 119
  830. Direction: Outbound
  831. AllowIt
  832.  
  833. DefaultState: 1
  834. RuleName: Receive mail by Becky!
  835. Protocol: TCP
  836. RemotePort: 110, 995
  837. Direction: Outbound
  838. AllowIt
  839.  
  840. DefaultState: 1
  841. RuleName: Becky! IMAP connection
  842. Protocol: TCP
  843. RemotePort: 143
  844. Direction: Outbound
  845. AllowIt
  846.  
  847. [Eudora]
  848. VisibleState: 0
  849. Exe:
  850. Eudora, eudora.exe
  851. DefaultState: 1
  852. RuleName: Send mail by Eudora
  853. Protocol: TCP
  854. RemotePort: 25
  855. Direction: Outbound
  856. AllowIt
  857.  
  858. DefaultState: 1
  859. RuleName: Receive mail by Eudora
  860. Protocol: TCP
  861. RemotePort: 110, 995
  862. Direction: Outbound
  863. AllowIt
  864.  
  865. DefaultState: 1
  866. RuleName: Eudora IMAP connection
  867. Protocol: TCP
  868. RemotePort: 143
  869. Direction: Outbound
  870. AllowIt
  871.  
  872. DefaultState: 1
  873. RuleName: Eudora HTTP connection
  874. Protocol: TCP
  875. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  876. Direction: Outbound
  877. AllowIt
  878.  
  879. [Calypso]
  880. VisibleState: 0
  881. Exe:
  882. Calypso, calypso.exe
  883. DefaultState: 1
  884. RuleName: Send mail by Calypso
  885. Protocol: TCP
  886. RemotePort: 25
  887. Direction: Outbound
  888. AllowIt
  889.  
  890. DefaultState: 1
  891. RuleName: Receive mail by Calypso
  892. Protocol: TCP
  893. RemotePort: 110, 995
  894. Direction: Outbound
  895. AllowIt
  896.  
  897. DefaultState: 1
  898. RuleName: Calypso LDAP connection
  899. Protocol: TCP
  900. RemotePort: 3268, 389
  901. Direction: Outbound
  902. AllowIt
  903.  
  904. DefaultState: 1
  905. RuleName: Calypso HTTP connection
  906. Protocol: TCP
  907. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  908. Direction: Outbound
  909. AllowIt
  910.  
  911. [Mozilla Thunderbird]
  912. VisibleState: 0
  913. Exe:
  914. Mozilla Thunderbird, thunderbird.exe
  915. DefaultState: 1
  916. RuleName: Send mail by Mozilla Thunderbird
  917. Protocol: TCP
  918. RemotePort: 25
  919. Direction: Outbound
  920. AllowIt
  921.  
  922. DefaultState: 1
  923. RuleName: Receive mail by Mozilla Thunderbird
  924. Protocol: TCP
  925. RemotePort: 110, 995
  926. Direction: Outbound
  927. AllowIt
  928.  
  929. DefaultState: 1
  930. RuleName: Mozilla Thunderbird IMAP connection
  931. Protocol: TCP
  932. RemotePort: 143
  933. Direction: Outbound
  934. AllowIt
  935.  
  936. DefaultState: 1
  937. RuleName: Mozilla Thunderbird HTTP connection
  938. Protocol: TCP
  939. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  940. Direction: Outbound
  941. AllowIt
  942.  
  943. DefaultState: 1
  944. RuleName: Mozilla Thunderbird LocalHost connection
  945. Protocol: TCP
  946. RemoteHost: 127.0.0.1
  947. Direction: Outbound
  948. AllowIt
  949.  
  950. DefaultState: 1
  951. RuleName: Read News By Mozilla Thunderbird
  952. Protocol: TCP
  953. RemotePort: 119
  954. Direction: Outbound
  955. AllowIt
  956.  
  957. [YahooPOPs!]
  958. VisibleState: 0
  959. Exe:
  960. YahooPOPs!, yahoopops.exe
  961. DefaultState: 1
  962. RuleName: Receive mail by YahooPOPs!
  963. Protocol: TCP
  964. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  965. Direction: Outbound
  966. AllowIt
  967.  
  968. [Yahta]
  969. VisibleState: 0
  970. Exe:
  971. Yahta, yahta.exe
  972. DefaultState: 1
  973. RuleName: Receive mail by Yahta
  974. Protocol: TCP
  975. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  976. Direction: Outbound
  977. AllowIt
  978.  
  979. [AD MailBox Manager]
  980. VisibleState: 0
  981. Exe:
  982. AD MailBox Manager, mbm.exe
  983. DefaultState: 1
  984. RuleName: AD MailBox Manager connection
  985. Protocol: TCP
  986. RemotePort: 110
  987. Direction: Outbound
  988. AllowIt
  989.  
  990. [Magic Mail Monitor]
  991. VisibleState: 0
  992. Exe:
  993. Magic Mail Monitor, magic.exe
  994. DefaultState: 1
  995. RuleName: Magic Mail Monitor connection
  996. Protocol: TCP
  997. RemotePort: 110
  998. Direction: Outbound
  999. AllowIt
  1000.  
  1001. [MailBell]
  1002. VisibleState: 0
  1003. Exe:
  1004. MailBell, mailbell.exe
  1005. DefaultState: 1
  1006. RuleName: MailBell connection
  1007. Protocol: TCP
  1008. RemotePort: 110
  1009. Direction: Outbound
  1010. AllowIt
  1011.  
  1012. [Mail Navigator]
  1013. VisibleState: 0
  1014. Exe:
  1015. Mail Navigator, connect.exe
  1016. DefaultState: 1
  1017. RuleName: Receive mail by Mail Navigator
  1018. Protocol: TCP
  1019. RemotePort: 110
  1020. Direction: Outbound
  1021. AllowIt
  1022.  
  1023. DefaultState: 1
  1024. RuleName: Send mail by Mail Navigator
  1025. Protocol: TCP
  1026. RemotePort: 25
  1027. Direction: Outbound
  1028. AllowIt
  1029.  
  1030. [Mail.Ru Agent]
  1031. VisibleState: 0
  1032. Exe:
  1033. Mail.Ru Agent, mra.exe
  1034. DefaultState: 1
  1035. RuleName: Mail.Ru Agent HTTP Connection
  1036. Protocol: TCP
  1037. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  1038. Direction: Outbound
  1039. AllowIt
  1040.  
  1041. DefaultState: 1
  1042. RuleName: Mail.Ru Agent connection
  1043. Protocol: TCP
  1044. RemotePort: 2041, 2042
  1045. Direction: Outbound
  1046. AllowIt
  1047.  
  1048. ; Browser
  1049.  
  1050. [Windows Explorer]
  1051. VisibleState: 0
  1052. Exe:
  1053. Windows Explorer, explorer.exe
  1054. DefaultState: 0
  1055. RuleName: Windows Explorer HTTP connection
  1056. Protocol: TCP
  1057. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  1058. Direction: Outbound
  1059. AllowIt
  1060.  
  1061. DefaultState: 0
  1062. RuleName: Windows Explorer FTP connection
  1063. Protocol: TCP
  1064. RemotePort: 21
  1065. Direction: Outbound
  1066. ActivateSI AlgFtp 
  1067. AllowIt
  1068.  
  1069. [Amaya]
  1070. VisibleState: 0
  1071. Exe:
  1072. Amaya, amaya.exe
  1073. DefaultState: 1
  1074. RuleName: Amaya HTTP connection
  1075. Protocol: TCP
  1076. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  1077. Direction: Outbound
  1078. AllowIt
  1079.  
  1080. [Avant Browser]
  1081. VisibleState: 0
  1082. Exe:
  1083. Avant Browser, avant.exe
  1084. DefaultState: 1
  1085. RuleName: Avant Browser HTTP connection
  1086. Protocol: TCP
  1087. RemotePort:  80-83
  1088. Direction: Outbound
  1089. AllowIt
  1090.  
  1091. DefaultState: 1
  1092. RuleName: Avant Browser HTTPS connection
  1093. Protocol: TCP
  1094. RemotePort: 443
  1095. Direction: Outbound
  1096. AllowIt
  1097.  
  1098. DefaultState: 1
  1099. RuleName: Avant Browser SOCKS connection
  1100. Protocol: TCP
  1101. RemotePort: 1080
  1102. Direction: Outbound
  1103. AllowIt
  1104.  
  1105. DefaultState: 1
  1106. RuleName: Avant Browser PROXY connection
  1107. Protocol: TCP
  1108. RemotePort: 3128, 8080, 8081, 8088
  1109. Direction: Outbound
  1110. AllowIt
  1111.  
  1112. DefaultState: 1
  1113. RuleName: Avant Browser FTP connection
  1114. Protocol: TCP
  1115. RemotePort: 21
  1116. Direction: Outbound
  1117. ActivateSI AlgFtp 
  1118. AllowIt
  1119.  
  1120. [Internet Explorer]
  1121. VisibleState: 0
  1122. Exe:
  1123. Internet Explorer, iexplore.exe
  1124. DefaultState: 1
  1125. RuleName: Internet Explorer HTTP connection
  1126. Protocol: TCP
  1127. RemotePort: 80-83
  1128. Direction: Outbound
  1129. AllowIt
  1130.  
  1131. DefaultState: 1
  1132. RuleName: Internet Explorer HTTPS connection
  1133. Protocol: TCP
  1134. RemotePort: 443
  1135. Direction: Outbound
  1136. AllowIt
  1137.  
  1138. DefaultState: 1
  1139. RuleName: Internet Explorer SOCKS connection
  1140. Protocol: TCP
  1141. RemotePort: 1080
  1142. Direction: Outbound
  1143. AllowIt
  1144.  
  1145. DefaultState: 1
  1146. RuleName: Internet Explorer PROXY connection
  1147. Protocol: TCP
  1148. RemotePort: 3128, 8080, 8081, 8088
  1149. Direction: Outbound
  1150. AllowIt
  1151.  
  1152. DefaultState: 1
  1153. RuleName: Internet Explorer Gopher connection
  1154. Protocol: TCP
  1155. RemotePort: 70
  1156. Direction: Outbound
  1157. AllowIt
  1158.  
  1159. DefaultState: 1
  1160. RuleName: Internet Explorer Web Folders
  1161. Protocol: TCP
  1162. LocalPort: 1375
  1163. Direction: Inbound
  1164. AllowIt
  1165.  
  1166. DefaultState: 1
  1167. RuleName: Internet Explorer Web Folders
  1168. Protocol: UDP
  1169. LocalPort: 1040-1050
  1170. AllowIt
  1171.  
  1172. DefaultState: 1
  1173. RuleName: Internet Explorer FTP connection
  1174. Protocol: TCP
  1175. RemotePort: 21
  1176. Direction: Outbound
  1177. ActivateSI AlgFtp 
  1178. AllowIt
  1179.  
  1180. DefaultState: 1
  1181. RuleName: Internet Explorer show video
  1182. Protocol: TCP
  1183. RemotePort: 554
  1184. Direction: Outbound
  1185. AllowIt
  1186.  
  1187. [Netscape Navigator]
  1188. VisibleState: 0
  1189. Exe:
  1190. Netscape Navigator, netscape.exe
  1191. Netscape Navigator, netscp.exe
  1192. DefaultState: 1
  1193. RuleName: Netscape HTTP connection
  1194. Protocol: TCP
  1195. RemotePort: 80-83
  1196. Direction: Outbound
  1197. AllowIt
  1198.  
  1199. DefaultState: 1
  1200. RuleName: Netscape HTTPS connection
  1201. Protocol: TCP
  1202. RemotePort: 443
  1203. Direction: Outbound
  1204. AllowIt
  1205.  
  1206. DefaultState: 1
  1207. RuleName: Netscape SOCKS connection
  1208. Protocol: TCP
  1209. RemotePort: 1080
  1210. Direction: Outbound
  1211. AllowIt
  1212.  
  1213. DefaultState: 1
  1214. RuleName: Netscape PROXY connection
  1215. Protocol: TCP
  1216. RemotePort: 3128, 8080, 8081, 8088
  1217. Direction: Outbound
  1218. AllowIt
  1219.  
  1220. DefaultState: 1
  1221. RuleName: Netscape Messenger Send Mail
  1222. Protocol: TCP
  1223. RemotePort: 25
  1224. Direction: Outbound
  1225. AllowIt
  1226.  
  1227. DefaultState: 1
  1228. RuleName: Netscape Messenger Read News
  1229. Protocol: TCP
  1230. RemotePort: 119
  1231. Direction: Outbound
  1232. AllowIt
  1233.  
  1234. DefaultState: 1
  1235. RuleName: Netscape Messenger Receive Mail
  1236. Protocol: TCP
  1237. RemotePort: 110
  1238. Direction: Outbound
  1239. AllowIt
  1240.  
  1241. DefaultState: 1
  1242. RuleName: Netscape Messenger IMAP connection
  1243. Protocol: TCP
  1244. RemotePort: 143
  1245. Direction: Outbound
  1246. AllowIt
  1247.  
  1248. DefaultState: 1
  1249. RuleName: Netscape FTP connection
  1250. Protocol: TCP
  1251. RemotePort: 21
  1252. Direction: Outbound
  1253. ActivateSI AlgFtp 
  1254. AllowIt
  1255.  
  1256. [Netscape Mail Notification]
  1257. VisibleState: 0
  1258. Exe:
  1259. Netscape Mail Notification, nsnotify.exe
  1260. DefaultState: 1
  1261. RuleName: Netscape Mail Notification
  1262. Protocol: TCP
  1263. RemotePort: 110
  1264. Direction: Outbound
  1265. AllowIt
  1266.  
  1267. [Crazy Browser]
  1268. VisibleState: 0
  1269. Exe:
  1270. Crazy Browser, crazy browser.exe
  1271. DefaultState: 1
  1272. RuleName: Crazy Browser HTTP connection
  1273. Protocol: TCP
  1274. RemotePort: 80-83
  1275. Direction: Outbound
  1276. AllowIt
  1277.  
  1278. DefaultState: 1
  1279. RuleName: Crazy Browser HTTPS connection
  1280. Protocol: TCP
  1281. RemotePort: 443
  1282. Direction: Outbound
  1283. AllowIt
  1284.  
  1285. DefaultState: 1
  1286. RuleName: Crazy Browser SOCKS connection
  1287. Protocol: TCP
  1288. RemotePort: 1080
  1289. Direction: Outbound
  1290. AllowIt
  1291.  
  1292. DefaultState: 1
  1293. RuleName: Crazy Browser PROXY connection
  1294. Protocol: TCP
  1295. RemotePort: 3128, 8080, 8081, 8088
  1296. Direction: Outbound
  1297. AllowIt
  1298.  
  1299. DefaultState: 1
  1300. RuleName: Crazy Browser Gopher connection
  1301. Protocol: TCP
  1302. RemotePort: 70
  1303. Direction: Outbound
  1304. AllowIt
  1305.  
  1306. DefaultState: 1
  1307. RuleName: Crazy Browser FTP connection
  1308. Protocol: TCP
  1309. RemotePort: 21
  1310. Direction: Outbound
  1311. ActivateSI AlgFtp 
  1312. AllowIt
  1313.  
  1314. [The Off By One Web Browser]
  1315. VisibleState: 0
  1316. Exe:
  1317. The Off By One Web Browser, ob1.exe
  1318. DefaultState: 1
  1319. RuleName: The Off By One Web Browser HTTP connection
  1320. Protocol: TCP
  1321. RemotePort: 80-83
  1322. Direction: Outbound
  1323. AllowIt
  1324.  
  1325. DefaultState: 1
  1326. RuleName: The Off By One Web Browser HTTPS connection
  1327. Protocol: TCP
  1328. RemotePort: 443
  1329. Direction: Outbound
  1330. AllowIt
  1331.  
  1332. DefaultState: 1
  1333. RuleName: The Off By One Web Browser SOCKS connection
  1334. Protocol: TCP
  1335. RemotePort: 1080
  1336. Direction: Outbound
  1337. AllowIt
  1338.  
  1339. DefaultState: 1
  1340. RuleName: The Off By One Web Browser PROXY connection
  1341. Protocol: TCP
  1342. RemotePort: 3128, 8080, 8081, 8088
  1343. Direction: Outbound
  1344. AllowIt
  1345.  
  1346. [Opera]
  1347. VisibleState: 0
  1348. Exe:
  1349. Opera, opera.exe
  1350. DefaultState: 1
  1351. RuleName: Opera HTTP connection
  1352. Protocol: TCP
  1353. RemotePort: 80-83
  1354. Direction: Outbound
  1355. AllowIt
  1356.  
  1357. DefaultState: 1
  1358. RuleName: Opera HTTPS connection
  1359. Protocol: TCP
  1360. RemotePort: 443
  1361. Direction: Outbound
  1362. AllowIt
  1363.  
  1364. DefaultState: 1
  1365. RuleName: Opera SOCKS connection
  1366. Protocol: TCP
  1367. RemotePort: 1080
  1368. Direction: Outbound
  1369. AllowIt
  1370.  
  1371. DefaultState: 1
  1372. RuleName: Opera PROXY connection
  1373. Protocol: TCP
  1374. RemotePort: 3128, 8080, 8081, 8088
  1375. Direction: Outbound
  1376. AllowIt
  1377.  
  1378. DefaultState: 1
  1379. RuleName: Opera FTP connection
  1380. Protocol: TCP
  1381. RemotePort: 21
  1382. Direction: Outbound
  1383. ActivateSI AlgFtp 
  1384. AllowIt
  1385.  
  1386. DefaultState: 1
  1387. RuleName: Opera NNTP connection
  1388. Protocol: TCP
  1389. RemotePort: 119
  1390. Direction: Outbound
  1391. AllowIt
  1392.  
  1393. DefaultState: 1
  1394. RuleName: Opera SMTP connection
  1395. Protocol: TCP
  1396. RemotePort: 25
  1397. Direction: Outbound
  1398. AllowIt
  1399.  
  1400. DefaultState: 1
  1401. RuleName: Opera POP3 connection
  1402. Protocol: TCP
  1403. RemotePort: 110
  1404. Direction: Outbound
  1405. AllowIt
  1406.  
  1407. [Maxthon]
  1408. VisibleState: 0
  1409. Exe:
  1410. Maxthon, Maxthon.exe
  1411. DefaultState: 1
  1412. RuleName: Maxthon HTTP connection
  1413. Protocol: TCP
  1414. RemotePort: 80-83
  1415. Direction: Outbound
  1416. AllowIt
  1417.  
  1418. DefaultState: 1
  1419. RuleName: Maxthon HTTPS connection
  1420. Protocol: TCP
  1421. RemotePort: 443
  1422. Direction: Outbound
  1423. AllowIt
  1424.  
  1425. DefaultState: 1
  1426. RuleName: Maxthon SOCKS connection
  1427. Protocol: TCP
  1428. RemotePort: 1080
  1429. Direction: Outbound
  1430. AllowIt
  1431.  
  1432. DefaultState: 1
  1433. RuleName: Maxthon PROXY connection
  1434. Protocol: TCP
  1435. RemotePort: 3128, 8080, 8081, 8088
  1436. Direction: Outbound
  1437. AllowIt
  1438.  
  1439. DefaultState: 1
  1440. RuleName: Maxthon FTP connection
  1441. Protocol: TCP
  1442. RemotePort: 21
  1443. Direction: Outbound
  1444. ActivateSI AlgFtp 
  1445. AllowIt
  1446.  
  1447. [NetCaptor]
  1448. VisibleState: 0
  1449. Exe:
  1450. NetCaptor, netcaptor.exe
  1451. DefaultState: 1
  1452. RuleName: NetCaptor HTTP connection
  1453. Protocol: TCP
  1454. RemotePort: 80-83
  1455. Direction: Outbound
  1456. AllowIt
  1457.  
  1458. DefaultState: 1
  1459. RuleName: NetCaptor HTTPS connection
  1460. Protocol: TCP
  1461. RemotePort: 443
  1462. Direction: Outbound
  1463. AllowIt
  1464.  
  1465. DefaultState: 1
  1466. RuleName: NetCaptor SOCKS connection
  1467. Protocol: TCP
  1468. RemotePort: 1080
  1469. Direction: Outbound
  1470. AllowIt
  1471.  
  1472. DefaultState: 1
  1473. RuleName: NetCaptor PROXY connection
  1474. Protocol: TCP
  1475. RemotePort: 3128, 8080, 8081, 8088
  1476. Direction: Outbound
  1477. AllowIt
  1478.  
  1479. DefaultState: 1
  1480. RuleName: NetCaptor Gopher connection
  1481. Protocol: TCP
  1482. RemotePort: 70
  1483. Direction: Outbound
  1484. AllowIt
  1485.  
  1486. DefaultState: 1
  1487. RuleName: NetCaptor Web Folders
  1488. Protocol: TCP
  1489. LocalPort: 1375
  1490. Direction: Inbound
  1491. AllowIt
  1492.  
  1493. DefaultState: 1
  1494. RuleName: NetCaptor Web Folders
  1495. Protocol: UDP
  1496. LocalPort: 1040-1050
  1497. AllowIt
  1498.  
  1499. DefaultState: 1
  1500. RuleName: NetCaptor FTP connection
  1501. Protocol: TCP
  1502. RemotePort: 21
  1503. Direction: Outbound
  1504. ActivateSI AlgFtp 
  1505. AllowIt
  1506.  
  1507. [NeoPlanet]
  1508. VisibleState: 0
  1509. Exe:
  1510. NeoPlanet, np.exe
  1511. DefaultState: 1
  1512. RuleName: NeoPlanet HTTP connection
  1513. Protocol: TCP
  1514. RemotePort: 80-83
  1515. Direction: Outbound
  1516. AllowIt
  1517.  
  1518. DefaultState: 1
  1519. RuleName: NeoPlanet HTTPS connection
  1520. Protocol: TCP
  1521. RemotePort: 443
  1522. Direction: Outbound
  1523. AllowIt
  1524.  
  1525. DefaultState: 1
  1526. RuleName: NeoPlanet SOCKS connection
  1527. Protocol: TCP
  1528. RemotePort: 1080
  1529. Direction: Outbound
  1530. AllowIt
  1531.  
  1532. DefaultState: 1
  1533. RuleName: NeoPlanet PROXY connection
  1534. Protocol: TCP
  1535. RemotePort: 3128, 8080, 8081, 8088
  1536. Direction: Outbound
  1537. AllowIt
  1538.  
  1539. DefaultState: 1
  1540. RuleName: NeoPlanet Gopher connection
  1541. Protocol: TCP
  1542. RemotePort: 70
  1543. Direction: Outbound
  1544. AllowIt
  1545.  
  1546. DefaultState: 1
  1547. RuleName: NeoPlanet Web Folders
  1548. Protocol: TCP
  1549. LocalPort: 1375
  1550. Direction: Inbound
  1551. AllowIt
  1552.  
  1553. DefaultState: 1
  1554. RuleName: NeoPlanet Web Folders
  1555. Protocol: UDP
  1556. LocalPort: 1040-1050
  1557. AllowIt
  1558.  
  1559. DefaultState: 1
  1560. RuleName: NeoPlanet FTP connection
  1561. Protocol: TCP
  1562. RemotePort: 21
  1563. Direction: Outbound
  1564. ActivateSI AlgFtp 
  1565. AllowIt
  1566.  
  1567. [Phoenix Web Browser]
  1568. VisibleState: 0
  1569. Exe:
  1570. Phoenix Web Browser, phoenix.exe
  1571. DefaultState: 1
  1572. RuleName: Phoenix Web Browser HTTP connection
  1573. Protocol: TCP
  1574. RemotePort: 80-83
  1575. Direction: Outbound
  1576. AllowIt
  1577.  
  1578. DefaultState: 1
  1579. RuleName: Phoenix Web Browser HTTPS connection
  1580. Protocol: TCP
  1581. RemotePort: 443
  1582. Direction: Outbound
  1583. AllowIt
  1584.  
  1585. DefaultState: 1
  1586. RuleName: Phoenix Web Browser SOCKS connection
  1587. Protocol: TCP
  1588. RemotePort: 1080
  1589. Direction: Outbound
  1590. AllowIt
  1591.  
  1592. DefaultState: 1
  1593. RuleName: Phoenix Web Browser PROXY connection
  1594. Protocol: TCP
  1595. RemotePort: 3128, 8080, 8081, 8088
  1596. Direction: Outbound
  1597. AllowIt
  1598.  
  1599. DefaultState: 1
  1600. RuleName: Phoenix Web Browser FTP connection
  1601. Protocol: TCP
  1602. RemotePort: 21
  1603. Direction: Outbound
  1604. ActivateSI AlgFtp 
  1605. AllowIt
  1606.  
  1607. [Mozilla Firebird]
  1608. VisibleState: 0
  1609. Exe:
  1610. Mozilla Firebird, mozillafirebird.exe
  1611. DefaultState: 1
  1612. RuleName: Mozilla Firebird HTTP connection
  1613. Protocol: TCP
  1614. RemotePort: 80-83
  1615. Direction: Outbound
  1616. AllowIt
  1617.  
  1618. DefaultState: 1
  1619. RuleName: Mozilla Firebird HTTPS connection
  1620. Protocol: TCP
  1621. RemotePort: 443
  1622. Direction: Outbound
  1623. AllowIt
  1624.  
  1625. DefaultState: 1
  1626. RuleName: Mozilla Firebird SOCKS connection
  1627. Protocol: TCP
  1628. RemotePort: 1080
  1629. Direction: Outbound
  1630. AllowIt
  1631.  
  1632. DefaultState: 1
  1633. RuleName: Mozilla Firebird PROXY connection
  1634. Protocol: TCP
  1635. RemotePort: 3128, 8080, 8081, 8088
  1636. Direction: Outbound
  1637. AllowIt
  1638.  
  1639. DefaultState: 1
  1640. RuleName: Mozilla Firebird FTP connection
  1641. Protocol: TCP
  1642. RemotePort: 21
  1643. Direction: Outbound
  1644. ActivateSI AlgFtp 
  1645. AllowIt
  1646.  
  1647. [Mozilla Firefox]
  1648. VisibleState: 0
  1649. Exe:
  1650. Mozilla Firefox, firefox.exe
  1651. DefaultState: 1
  1652. RuleName: Mozilla Firefox HTTP connection
  1653. Protocol: TCP
  1654. RemotePort: 80-83
  1655. Direction: Outbound
  1656. AllowIt
  1657.  
  1658. DefaultState: 1
  1659. RuleName: Mozilla Firefox LocalHost connection
  1660. Protocol: TCP
  1661. RemoteHost: 127.0.0.1
  1662. Direction: Outbound
  1663. AllowIt
  1664.  
  1665. DefaultState: 1
  1666. RuleName: Mozilla Firefox HTTPS connection
  1667. Protocol: TCP
  1668. RemotePort: 443
  1669. Direction: Outbound
  1670. AllowIt
  1671.  
  1672. DefaultState: 1
  1673. RuleName: Mozilla Firefox SOCKS connection
  1674. Protocol: TCP
  1675. RemotePort: 1080
  1676. Direction: Outbound
  1677. AllowIt
  1678.  
  1679. DefaultState: 1
  1680. RuleName: Mozilla Firefox PROXY connection
  1681. Protocol: TCP
  1682. RemotePort: 3128, 8080, 8081, 8088
  1683. Direction: Outbound
  1684. AllowIt
  1685.  
  1686. DefaultState: 1
  1687. RuleName: Mozilla Firefox FTP connection
  1688. Protocol: TCP
  1689. RemotePort: 21
  1690. Direction: Outbound
  1691. ActivateSI AlgFtp 
  1692. AllowIt
  1693.  
  1694. [Smart Explorer]
  1695. VisibleState: 0
  1696. Exe:
  1697. Smart Explorer, sexplorer.exe
  1698. DefaultState: 1
  1699. RuleName: Smart Explorer HTTP connection
  1700. Protocol: TCP
  1701. RemotePort: 80-83
  1702. Direction: Outbound
  1703. AllowIt
  1704.  
  1705. DefaultState: 1
  1706. RuleName: Smart Explorer HTTPS connection
  1707. Protocol: TCP
  1708. RemotePort: 443
  1709. Direction: Outbound
  1710. AllowIt
  1711.  
  1712. DefaultState: 1
  1713. RuleName: Smart Explorer SOCKS connection
  1714. Protocol: TCP
  1715. RemotePort: 1080
  1716. Direction: Outbound
  1717. AllowIt
  1718.  
  1719. DefaultState: 1
  1720. RuleName: Smart Explorer PROXY connection
  1721. Protocol: TCP
  1722. RemotePort: 3128, 8080, 8081, 8088
  1723. Direction: Outbound
  1724. AllowIt
  1725.  
  1726. DefaultState: 1
  1727. RuleName: Smart Explorer Gopher connection
  1728. Protocol: TCP
  1729. RemotePort: 70
  1730. Direction: Outbound
  1731. AllowIt
  1732.  
  1733. DefaultState: 1
  1734. RuleName: Smart Explorer Web Folders
  1735. Protocol: TCP
  1736. LocalPort: 1375
  1737. Direction: Inbound
  1738. AllowIt
  1739.  
  1740. DefaultState: 1
  1741. RuleName: Smart Explorer Web Folders
  1742. Protocol: UDP
  1743. LocalPort: 1040-1050
  1744. AllowIt
  1745.  
  1746. DefaultState: 1
  1747. RuleName: Smart Explorer FTP connection
  1748. Protocol: TCP
  1749. RemotePort: 21
  1750. Direction: Outbound
  1751. ActivateSI AlgFtp 
  1752. AllowIt
  1753.  
  1754. [Mozilla]
  1755. VisibleState: 0
  1756. Exe:
  1757. Mozilla, mozilla.exe
  1758. DefaultState: 1
  1759. RuleName: Mozilla HTTP connection
  1760. Protocol: TCP
  1761. RemotePort: 80-83
  1762. Direction: Outbound
  1763. AllowIt
  1764.  
  1765. DefaultState: 1
  1766. RuleName: Mozilla HTTPS connection
  1767. Protocol: TCP
  1768. RemotePort: 443
  1769. Direction: Outbound
  1770. AllowIt
  1771.  
  1772. DefaultState: 1
  1773. RuleName: Mozilla SOCKS connection
  1774. Protocol: TCP
  1775. RemotePort: 1080
  1776. Direction: Outbound
  1777. AllowIt
  1778.  
  1779. DefaultState: 1
  1780. RuleName: Mozilla PROXY connection
  1781. Protocol: TCP
  1782. RemotePort: 3128, 8080, 8081, 8088
  1783. Direction: Outbound
  1784. AllowIt
  1785.  
  1786. DefaultState: 1
  1787. RuleName: Mozilla Gopher connection
  1788. Protocol: TCP
  1789. RemotePort: 70
  1790. Direction: Outbound
  1791. AllowIt
  1792.  
  1793. DefaultState: 1
  1794. RuleName: Mozilla FTP connection
  1795. Protocol: TCP
  1796. RemotePort: 21
  1797. Direction: Outbound
  1798. ActivateSI AlgFtp 
  1799. AllowIt
  1800.  
  1801. DefaultState: 1
  1802. RuleName: Mozilla Send Mail
  1803. Protocol: TCP
  1804. RemotePort: 25, 110
  1805. Direction: Outbound
  1806. AllowIt
  1807.  
  1808. DefaultState: 1
  1809. RuleName: Mozilla Read News
  1810. Protocol: TCP
  1811. RemotePort: 119
  1812. Direction: Outbound
  1813. AllowIt
  1814.  
  1815. DefaultState: 1
  1816. RuleName: Mozilla Receive Mail
  1817. Protocol: TCP
  1818. RemotePort: 110
  1819. Direction: Outbound
  1820. AllowIt
  1821.  
  1822. DefaultState: 1
  1823. RuleName: Mozilla IMAP connection
  1824. Protocol: TCP
  1825. RemotePort: 143
  1826. Direction: Outbound
  1827. AllowIt
  1828.  
  1829. [MyIE Web Browser]
  1830. VisibleState: 0
  1831. Exe:
  1832. MyIE Web Browser, myie.exe
  1833. DefaultState: 1
  1834. RuleName: MyIE Web Browser HTTP connection
  1835. Protocol: TCP
  1836. RemotePort: 80-83
  1837. Direction: Outbound
  1838. AllowIt
  1839.  
  1840. DefaultState: 1
  1841. RuleName: MyIE Web Browser HTTPS connection
  1842. Protocol: TCP
  1843. RemotePort: 443
  1844. Direction: Outbound
  1845. AllowIt
  1846.  
  1847. DefaultState: 1
  1848. RuleName: MyIE Web Browser SOCKS connection
  1849. Protocol: TCP
  1850. RemotePort: 1080
  1851. Direction: Outbound
  1852. AllowIt
  1853.  
  1854. DefaultState: 1
  1855. RuleName: MyIE Web Browser PROXY connection
  1856. Protocol: TCP
  1857. RemotePort: 3128, 8080, 8081, 8088
  1858. Direction: Outbound
  1859. AllowIt
  1860.  
  1861. DefaultState: 1
  1862. RuleName: MyIE Web Browser Gopher connection
  1863. Protocol: TCP
  1864. RemotePort: 70
  1865. Direction: Outbound
  1866. AllowIt
  1867.  
  1868. DefaultState: 1
  1869. RuleName: MyIE Web Folders
  1870. Protocol: TCP
  1871. LocalPort: 1375
  1872. Direction: Inbound
  1873. AllowIt
  1874.  
  1875. DefaultState: 1
  1876. RuleName: MyIE Web Folders
  1877. Protocol: UDP
  1878. LocalPort: 1040-1050
  1879. AllowIt
  1880.  
  1881. DefaultState: 1
  1882. RuleName: MyIE Web Browser FTP connection
  1883. Protocol: TCP
  1884. RemotePort: 21
  1885. Direction: Outbound
  1886. ActivateSI AlgFtp 
  1887. AllowIt
  1888.  
  1889. [GoSURF]
  1890. VisibleState: 0
  1891. Exe:
  1892. GoSURF, gosurf.exe
  1893. DefaultState: 1
  1894. RuleName: GoSURF HTTP connection
  1895. Protocol: TCP
  1896. RemotePort: 80-83
  1897. Direction: Outbound
  1898. AllowIt
  1899.  
  1900. DefaultState: 1
  1901. RuleName: GoSURF HTTPS connection
  1902. Protocol: TCP
  1903. RemotePort: 443
  1904. Direction: Outbound
  1905. AllowIt
  1906.  
  1907. DefaultState: 1
  1908. RuleName: GoSURF SOCKS connection
  1909. Protocol: TCP
  1910. RemotePort: 1080
  1911. Direction: Outbound
  1912. AllowIt
  1913.  
  1914. DefaultState: 1
  1915. RuleName: GoSURF PROXY connection
  1916. Protocol: TCP
  1917. RemotePort: 3128, 8080, 8081, 8088
  1918. Direction: Outbound
  1919. AllowIt
  1920.  
  1921. DefaultState: 1
  1922. RuleName: GoSURF Gopher connection
  1923. Protocol: TCP
  1924. RemotePort: 70
  1925. Direction: Outbound
  1926. AllowIt
  1927.  
  1928. DefaultState: 1
  1929. RuleName: GoSURF Web Folders
  1930. Protocol: TCP
  1931. LocalPort: 1375
  1932. Direction: Inbound
  1933. AllowIt
  1934.  
  1935. DefaultState: 1
  1936. RuleName: GoSURF Web Folders
  1937. Protocol: UDP
  1938. LocalPort: 1040-1050
  1939. AllowIt
  1940.  
  1941. ; Proxies
  1942.  
  1943. [AnalogX Proxy]
  1944. VisibleState: 0
  1945. Exe:
  1946. AnalogX Proxy, proxy.exe
  1947. DefaultState: 1
  1948. RuleName: AnalogX Proxy HTTP connection
  1949. Protocol: TCP
  1950. RemotePort: 80-83, 1080, 3128, 8080, 8081, 8088, 11523
  1951. Direction: Outbound
  1952. AllowIt
  1953.  
  1954. DefaultState: 1
  1955. RuleName: AnalogX Proxy HTTPS connection
  1956. Protocol: TCP
  1957. RemotePort: 443
  1958. Direction: Outbound
  1959. AllowIt
  1960.  
  1961. DefaultState: 1
  1962. RuleName: Send mail by AnalogX Proxy
  1963. Protocol: TCP
  1964. RemotePort: 25
  1965. Direction: Outbound
  1966. AllowIt
  1967.  
  1968. DefaultState: 1
  1969. RuleName: Receive mail by AnalogX Proxy
  1970. Protocol: TCP
  1971. RemotePort: 110
  1972. Direction: Outbound
  1973. AllowIt
  1974.  
  1975. DefaultState: 1
  1976. RuleName: Read news by AnalogX Proxy
  1977. Protocol: TCP
  1978. RemotePort: 119
  1979. Direction: Outbound
  1980. AllowIt
  1981.  
  1982. DefaultState: 1
  1983. RuleName: AnalogX Proxy FTP connection
  1984. Protocol: TCP
  1985. RemotePort: 21
  1986. Direction: Outbound
  1987. ActivateSI AlgFtp 
  1988. AllowIt
  1989.  
  1990. [WebWasher]
  1991. VisibleState: 0
  1992. Exe:
  1993. WebWasher, wwasher.exe
  1994. DefaultState: 1
  1995. RuleName: WebWasher connection
  1996. Protocol: TCP
  1997. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  1998. Direction: Outbound
  1999. AllowIt
  2000.  
  2001. [The Proxomitron]
  2002. VisibleState: 0
  2003. Exe:
  2004. The Proxomitron, proxomitron.exe
  2005. DefaultState: 1
  2006. RuleName: The Proxomitron connection
  2007. Protocol: TCP
  2008. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2009. Direction: Outbound
  2010. AllowIt
  2011.  
  2012. DefaultState: 1
  2013. RuleName: Allow local Proxomitron connection
  2014. Protocol: TCP
  2015. RemoteHost: 127.0.0.1
  2016. Direction: Inbound
  2017. AllowIt
  2018.  
  2019. DefaultState: 1
  2020. RuleName: Block incoming Proxomitron connection
  2021. Protocol: TCP
  2022. Direction: Inbound
  2023. BlockIt
  2024.  
  2025. ; Download Manager
  2026.  
  2027. [Download Accelerator Plus]
  2028. VisibleState: 0
  2029. Exe:
  2030. Download Accelerator Plus, dap.exe
  2031. DefaultState: 1
  2032. RuleName: Download Accelerator Plus HTTP connection
  2033. Protocol: TCP
  2034. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2035. Direction: Outbound
  2036. AllowIt
  2037.  
  2038. DefaultState: 1
  2039. RuleName: Download Accelerator Plus FTP connection
  2040. Protocol: TCP
  2041. RemotePort: 21
  2042. Direction: Outbound
  2043. ActivateSI AlgFtp 
  2044. AllowIt
  2045.  
  2046. [LeechGet]
  2047. VisibleState: 0
  2048. Exe:
  2049. LeechGet, LeechGet.exe
  2050. DefaultState: 1
  2051. RuleName: LeechGet HTTP connection
  2052. Protocol: TCP
  2053. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2054. Direction: Outbound
  2055. AllowIt
  2056.  
  2057. DefaultState: 1
  2058. RuleName: LeechGet FTP connection
  2059. Protocol: TCP
  2060. RemotePort: 21
  2061. Direction: Outbound
  2062. ActivateSI AlgFtp 
  2063. AllowIt
  2064.  
  2065. [Download Master]
  2066. VisibleState: 0
  2067. Exe:
  2068. Download Master, dmaster.exe
  2069. DefaultState: 1
  2070. RuleName: Download Master HTTP connection
  2071. Protocol: TCP
  2072. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2073. Direction: Outbound
  2074. AllowIt
  2075.  
  2076. DefaultState: 1
  2077. RuleName: Download Master FTP connection
  2078. Protocol: TCP
  2079. RemotePort: 21
  2080. Direction: Outbound
  2081. ActivateSI AlgFtp 
  2082. AllowIt
  2083.  
  2084. [ReGet]
  2085. VisibleState: 0
  2086. Exe:
  2087. ReGet, reget.exe
  2088. ReGet Deluxe, regetdx.exe
  2089. ReGet Junior, regetjr.exe
  2090. ReGet Pro, regetpro.exe
  2091. DefaultState: 1
  2092. RuleName: ReGet connection
  2093. Protocol: TCP
  2094. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2095. Direction: Outbound
  2096. AllowIt
  2097.  
  2098. DefaultState: 1
  2099. RuleName: ReGet FTP connection
  2100. Protocol: TCP
  2101. RemotePort: 21
  2102. Direction: Outbound
  2103. ActivateSI AlgFtp 
  2104. AllowIt
  2105.  
  2106. [ReGet Update]
  2107. VisibleState: 0
  2108. Exe:
  2109. ReGet Update, regetupd.exe
  2110. DefaultState: 1
  2111. RuleName: ReGet Updater
  2112. Protocol: TCP
  2113. RemotePort: 80, 3128, 8080, 1080, 11523
  2114. Direction: Outbound
  2115. AllowIt
  2116.  
  2117. [3wGet]
  2118. VisibleState: 0
  2119. Exe:
  2120. 3wGet, 3wget.exe
  2121. DefaultState: 1
  2122. RuleName: 3wGet connection
  2123. Protocol: TCP
  2124. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2125. Direction: Outbound
  2126. AllowIt
  2127.  
  2128. DefaultState: 1
  2129. RuleName: 3wGet FTP connection
  2130. Protocol: TCP
  2131. RemotePort: 21
  2132. Direction: Outbound
  2133. ActivateSI AlgFtp 
  2134. AllowIt
  2135.  
  2136. [Mass Downloader]
  2137. VisibleState: 0
  2138. Exe:
  2139. Mass Downloader, massdown.exe
  2140. DefaultState: 1
  2141. RuleName: Mass Downloader connection
  2142. Protocol: TCP
  2143. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2144. Direction: Outbound
  2145. AllowIt
  2146.  
  2147. DefaultState: 1
  2148. RuleName: Mass Downloader FTP connection
  2149. Protocol: TCP
  2150. RemotePort: 21
  2151. Direction: Outbound
  2152. ActivateSI AlgFtp 
  2153. AllowIt
  2154.  
  2155. [NetAnts]
  2156. VisibleState: 0
  2157. Exe:
  2158. NetAnts, netants.exe
  2159. DefaultState: 1
  2160. RuleName: NetAnts connection
  2161. Protocol: TCP
  2162. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2163. Direction: Outbound
  2164. AllowIt
  2165.  
  2166. DefaultState: 1
  2167. RuleName: NetAnts FTP connection
  2168. Protocol: TCP
  2169. RemotePort: 21
  2170. Direction: Outbound
  2171. ActivateSI AlgFtp 
  2172. AllowIt
  2173.  
  2174. [Lightning Download]
  2175. VisibleState: 0
  2176. Exe:
  2177. Lightning Download, lightning.exe
  2178. DefaultState: 1
  2179. RuleName: Lightning Download connection
  2180. Protocol: TCP
  2181. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2182. Direction: Outbound
  2183. AllowIt
  2184.  
  2185. DefaultState: 1
  2186. RuleName: Lightning Download FTP connection
  2187. Protocol: TCP
  2188. RemotePort: 21
  2189. Direction: Outbound
  2190. ActivateSI AlgFtp 
  2191. AllowIt
  2192.  
  2193. [Star Downloader]
  2194. VisibleState: 0
  2195. Exe:
  2196. Star Downloader, stardown.exe
  2197. DefaultState: 1
  2198. RuleName: Star Downloader connection
  2199. Protocol: TCP
  2200. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2201. Direction: Outbound
  2202. AllowIt
  2203.  
  2204. DefaultState: 1
  2205. RuleName: Star Downloader FTP connection
  2206. Protocol: TCP
  2207. RemotePort: 21
  2208. Direction: Outbound
  2209. ActivateSI AlgFtp 
  2210. AllowIt
  2211.  
  2212. [FlashGet]
  2213. VisibleState: 0
  2214. Exe:
  2215. FlashGet, jetcar.exe
  2216. FlashGet, flashget.exe
  2217. DefaultState: 1
  2218. RuleName: FlashGet connection
  2219. Protocol: TCP
  2220. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2221. Direction: Outbound
  2222. AllowIt
  2223.  
  2224. DefaultState: 1
  2225. RuleName: FlashGet FTP connection
  2226. Protocol: TCP
  2227. RemotePort: 21
  2228. Direction: Outbound
  2229. ActivateSI AlgFtp 
  2230. AllowIt
  2231.  
  2232. [Go!Zilla]
  2233. VisibleState: 0
  2234. Exe:
  2235. Go!Zilla, go.exe
  2236. DefaultState: 1
  2237. RuleName: Go!Zilla connection
  2238. Protocol: TCP
  2239. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2240. Direction: Outbound
  2241. AllowIt
  2242.  
  2243. DefaultState: 1
  2244. RuleName: Go!Zilla FTP connection
  2245. Protocol: TCP
  2246. RemotePort: 21
  2247. Direction: Outbound
  2248. ActivateSI AlgFtp 
  2249. AllowIt
  2250.  
  2251. [GetRight]
  2252. VisibleState: 0
  2253. Exe:
  2254. GetRight, getright.exe
  2255. DefaultState: 1
  2256. RuleName: GetRight connection
  2257. Protocol: TCP
  2258. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2259. Direction: Outbound
  2260. AllowIt
  2261.  
  2262. DefaultState: 1
  2263. RuleName: GetRight FTP connection
  2264. Protocol: TCP
  2265. RemotePort: 21
  2266. Direction: Outbound
  2267. ActivateSI AlgFtp 
  2268. AllowIt
  2269.  
  2270. [Net Vampire]
  2271. VisibleState: 0
  2272. Exe:
  2273. Net Vampire, vampire.exe
  2274. DefaultState: 1
  2275. RuleName: Net Vampire connection
  2276. Protocol: TCP
  2277. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2278. Direction: Outbound
  2279. AllowIt
  2280.  
  2281. DefaultState: 1
  2282. RuleName: Net Vampire FTP connection
  2283. Protocol: TCP
  2284. RemotePort: 21
  2285. Direction: Outbound
  2286. ActivateSI AlgFtp 
  2287. AllowIt
  2288.  
  2289. [WGET]
  2290. VisibleState: 0
  2291. Exe:
  2292. WGET, wget.exe
  2293. DefaultState: 1
  2294. RuleName: WGET connection
  2295. Protocol: TCP
  2296. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2297. Direction: Outbound
  2298. AllowIt
  2299.  
  2300. DefaultState: 1
  2301. RuleName: WGET FTP connection
  2302. Protocol: TCP
  2303. RemotePort: 21
  2304. Direction: Outbound
  2305. ActivateSI AlgFtp 
  2306. AllowIt
  2307.  
  2308. ; Offline Browser
  2309.  
  2310. [DISCo Pump]
  2311. VisibleState: 0
  2312. Exe:
  2313. DISCo Pump, dpump.exe
  2314. DefaultState: 1
  2315. RuleName: DISCo Pump connection
  2316. Protocol: TCP
  2317. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2318. Direction: Outbound
  2319. AllowIt
  2320.  
  2321. [DISCo Pump Update]
  2322. VisibleState: 0
  2323. Exe:
  2324. DISCo Pump Update, dupgrad.exe
  2325. DefaultState: 1
  2326. RuleName: DISCo Pump Update connection
  2327. Protocol: TCP
  2328. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2329. Direction: Outbound
  2330. AllowIt
  2331.  
  2332. [Teleport Pro]
  2333. VisibleState: 0
  2334. Exe:
  2335. Teleport Pro, pro.exe
  2336. DefaultState: 1
  2337. RuleName: Teleport Pro connection
  2338. Protocol: TCP
  2339. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2340. Direction: Outbound
  2341. AllowIt
  2342.  
  2343. [Offline Explorer]
  2344. VisibleState: 0
  2345. Exe:
  2346. Offline Explorer, oe.exe
  2347. DefaultState: 1
  2348. RuleName: Offline Explorer connection
  2349. Protocol: TCP
  2350. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2351. Direction: Outbound
  2352. AllowIt
  2353.  
  2354. [SuperHTTP Web Spider]
  2355. VisibleState: 0
  2356. Exe:
  2357. SuperHTTP Web Spider, superhttp.exe
  2358. DefaultState: 1
  2359. RuleName: SuperHTTP connection
  2360. Protocol: TCP
  2361. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2362. Direction: Outbound
  2363. AllowIt
  2364.  
  2365. [WebZIP]
  2366. VisibleState: 0
  2367. Exe:
  2368. WebZIP, webzip.exe
  2369. DefaultState: 1
  2370. RuleName: WebZIP connection
  2371. Protocol: TCP
  2372. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2373. Direction: Outbound
  2374. AllowIt
  2375.  
  2376. [WebCopier]
  2377. VisibleState: 0
  2378. Exe:
  2379. WebCopier, webcopier.exe
  2380. DefaultState: 1
  2381. RuleName: WebCopier connection
  2382. Protocol: TCP
  2383. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2384. Direction: Outbound
  2385. AllowIt
  2386.  
  2387. [WebSite eXtractor]
  2388. VisibleState: 0
  2389. Exe:
  2390. WebSite eXtractor, webextra.exe
  2391. DefaultState: 1
  2392. RuleName: WebSite eXtractor connection
  2393. Protocol: TCP
  2394. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2395. Direction: Outbound
  2396. AllowIt
  2397.  
  2398. ; Agnitum Products
  2399.  
  2400. [Tauscan Update]
  2401. VisibleState: 0
  2402. Exe:
  2403. Tauscan Update, taupdate.exe
  2404. DefaultState: 1
  2405. RuleName: Tauscan Update
  2406. Protocol: TCP
  2407. RemotePort: 80, 8080, 3128, 1080
  2408. Direction: Outbound
  2409. AllowIt
  2410.  
  2411. [Agnitum Products Update]
  2412. VisibleState: 0
  2413. Exe:
  2414. Outpost Update, aupdrun.exe
  2415. DefaultState: 1
  2416. RuleName: Agnitum Products Update
  2417. Protocol: TCP
  2418. RemotePort: 80, 443, 802, 3128, 1080, 8080
  2419. Direction: Outbound
  2420. AllowIt
  2421.  
  2422. [Jammer]
  2423. VisibleState: 0
  2424. Exe:
  2425. Jammer, jammer.exe
  2426. DefaultState: 1
  2427. RuleName: Jammer Report
  2428. Protocol: TCP
  2429. RemotePort: 25
  2430. Direction: Outbound
  2431. AllowIt
  2432.  
  2433. [Agnitum Auto FeedBack]
  2434. VisibleState: 0
  2435. Exe:
  2436. Agnitum Auto FeedBack, feedback.exe
  2437. DefaultState: 1
  2438. RuleName: Agnitum Auto FeedBack
  2439. Protocol: TCP
  2440. RemotePort: 80, 8080, 3128
  2441. Direction: Outbound
  2442. AllowIt
  2443.  
  2444. [Agnitum Outpost Firewall]
  2445. VisibleState: 0
  2446. Exe:
  2447. Agnitum Outpost Firewall, outpost.exe
  2448. DefaultState: 1
  2449. RuleName: Agnitum Outpost Firewall connection
  2450. Protocol: TCP
  2451. RemotePort: 80, 8080, 3128
  2452. Direction: Outbound
  2453. AllowIt
  2454. IgnoreCC
  2455.  
  2456. ; FTP
  2457.  
  2458. [Windows FTP Client]
  2459. VisibleState: 0
  2460. Exe:
  2461. Windows FTP Client, ftp.exe
  2462. DefaultState: 1
  2463. RuleName: Windows FTP client connection
  2464. Protocol: TCP
  2465. RemotePort: 21
  2466. Direction: Outbound
  2467. ActivateSI AlgFtp 
  2468. AllowIt
  2469.  
  2470. [CuteFTP]
  2471. VisibleState: 0
  2472. Exe:
  2473. CuteFTP, cutftp32.exe
  2474. CuteFTP Pro, cftppro.exe
  2475. CuteFTP Pro, ftpte.exe
  2476. DefaultState: 1
  2477. RuleName: CuteFTP connection
  2478. Protocol: TCP
  2479. RemotePort: 21
  2480. Direction: Outbound
  2481. ActivateSI AlgFtp 
  2482. AllowIt
  2483.  
  2484. DefaultState: 1
  2485. RuleName: CuteFTP HTTP connection
  2486. Protocol: TCP
  2487. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2488. Direction: Outbound
  2489. AllowIt
  2490.  
  2491. [BulletProof FTP]
  2492. VisibleState: 0
  2493. Exe:
  2494. BulletProof FTP, bpftp.exe
  2495. DefaultState: 1
  2496. RuleName: BulletProof FTP connection
  2497. Protocol: TCP
  2498. RemotePort: 21
  2499. Direction: Outbound
  2500. ActivateSI AlgFtp 
  2501. AllowIt
  2502.  
  2503. [Dreamweaver FTP client]
  2504. VisibleState: 0
  2505. Exe:
  2506. Dreamweaver FTP client, dreamweaver.exe
  2507. DefaultState: 1
  2508. RuleName: Dreamweaver FTP client connection
  2509. Protocol: TCP
  2510. RemotePort: 21
  2511. Direction: Outbound
  2512. ActivateSI AlgFtp 
  2513. AllowIt
  2514.  
  2515. [PrimaSoft AutoFTP]
  2516. VisibleState: 0
  2517. Exe:
  2518. PrimaSoft AutoFTP, ftppro.exe
  2519. DefaultState: 1
  2520. RuleName: PrimaSoft AutoFTP connection
  2521. Protocol: TCP
  2522. RemotePort: 21
  2523. Direction: Outbound
  2524. ActivateSI AlgFtp 
  2525. AllowIt
  2526.  
  2527. [FlashFXP]
  2528. VisibleState: 0
  2529. Exe:
  2530. FlashFXP, flashfxp.exe
  2531. DefaultState: 1
  2532. RuleName: FlashFXP FTP connection
  2533. Protocol: TCP
  2534. RemotePort: 21
  2535. Direction: Outbound
  2536. ActivateSI AlgFtp 
  2537. AllowIt
  2538.  
  2539. [FTP Now]
  2540. VisibleState: 0
  2541. Exe:
  2542. FTP Now, ftp now.exe
  2543. DefaultState: 1
  2544. RuleName: FTP Now connection
  2545. Protocol: TCP
  2546. RemotePort: 21
  2547. Direction: Outbound
  2548. ActivateSI AlgFtp 
  2549. AllowIt
  2550.  
  2551. [TurboFTP]
  2552. VisibleState: 0
  2553. Exe:
  2554. TurboFTP, turboftp.exe
  2555. DefaultState: 1
  2556. RuleName: TurboFTP connection
  2557. Protocol: TCP
  2558. RemotePort: 21
  2559. Direction: Outbound
  2560. ActivateSI AlgFtp 
  2561. AllowIt
  2562.  
  2563. [AbsoluteFTP]
  2564. VisibleState: 0
  2565. Exe:
  2566. AbsuluteFTP, absoluteftp.exe
  2567. DefaultState: 1
  2568. RuleName: AbsoluteFTP connection
  2569. Protocol: TCP
  2570. RemotePort: 21
  2571. Direction: Outbound
  2572. ActivateSI AlgFtp 
  2573. AllowIt
  2574.  
  2575. [RemFTP]
  2576. VisibleState: 0
  2577. Exe:
  2578. RemFTP, remftp.exe
  2579. DefaultState: 1
  2580. RuleName: RemFTP connection
  2581. Protocol: TCP
  2582. RemotePort: 21
  2583. Direction: Outbound
  2584. ActivateSI AlgFtp 
  2585. AllowIt
  2586.  
  2587. [Simply COOL FTP]
  2588. VisibleState: 0
  2589. Exe:
  2590. Simply COOL FTP, scftp.exe
  2591. DefaultState: 1
  2592. RuleName: Simply COOL FTP connection
  2593. Protocol: TCP
  2594. RemotePort: 21
  2595. Direction: Outbound
  2596. ActivateSI AlgFtp 
  2597. AllowIt
  2598.  
  2599. [Crystal FTP]
  2600. VisibleState: 0
  2601. Exe:
  2602. Crystal FTP, crystalftp.exe
  2603. DefaultState: 1
  2604. RuleName: Crystal FTP connection
  2605. Protocol: TCP
  2606. RemotePort: 21
  2607. Direction: Outbound
  2608. ActivateSI AlgFtp 
  2609. AllowIt
  2610.  
  2611. DefaultState: 1
  2612. RuleName: Crystal FTP new version check
  2613. Protocol: TCP
  2614. RemotePort: 80
  2615. Direction: Outbound
  2616. AllowIt
  2617.  
  2618. [KenFTP]
  2619. VisibleState: 0
  2620. Exe:
  2621. KenFTP, ken ftp.exe
  2622. DefaultState: 1
  2623. RuleName: KenFTP connection
  2624. Protocol: TCP
  2625. RemotePort: 21
  2626. Direction: Outbound
  2627. ActivateSI AlgFtp 
  2628. AllowIt
  2629.  
  2630. [FTP Commander]
  2631. VisibleState: 0
  2632. Exe:
  2633. FTP Commander, ftpcomm.exe
  2634. DefaultState: 1
  2635. RuleName: FTP Commander connection
  2636. Protocol: TCP
  2637. RemotePort: 21
  2638. Direction: Outbound
  2639. ActivateSI AlgFtp 
  2640. AllowIt
  2641.  
  2642. [FTP Navigator]
  2643. VisibleState: 0
  2644. Exe:
  2645. FTP Navigator, ftpnavi.exe
  2646. DefaultState: 1
  2647. RuleName: FTP Navigator connection
  2648. Protocol: TCP
  2649. RemotePort: 21
  2650. Direction: Outbound
  2651. ActivateSI AlgFtp 
  2652. AllowIt
  2653.  
  2654. [AceFTP]
  2655. VisibleState: 0
  2656. Exe:
  2657. AceFTP, aceftp.exe
  2658. DefaultState: 1
  2659. RuleName: AceFTP connection
  2660. Protocol: TCP
  2661. RemotePort: 21
  2662. Direction: Outbound
  2663. ActivateSI AlgFtp 
  2664. AllowIt
  2665.  
  2666. [AutoSyncFTP]
  2667. VisibleState: 0
  2668. Exe:
  2669. AutoSyncFTP, autosyncftp.exe
  2670. DefaultState: 1
  2671. RuleName: AutoSyncFTP connection
  2672. Protocol: TCP
  2673. RemotePort: 21
  2674. Direction: Outbound
  2675. ActivateSI AlgFtp 
  2676. AllowIt
  2677.  
  2678. [Click FTP]
  2679. VisibleState: 0
  2680. Exe:
  2681. Click FTP, click ftp.exe
  2682. DefaultState: 1
  2683. RuleName: Click FTP connection
  2684. Protocol: TCP
  2685. RemotePort: 21
  2686. Direction: Outbound
  2687. ActivateSI AlgFtp 
  2688. AllowIt
  2689.  
  2690. [CoffeeCup Direct FTP]
  2691. VisibleState: 0
  2692. Exe:
  2693. CoffeeCup Direct FTP, directftp5.exe
  2694. DefaultState: 1
  2695. RuleName: CoffeeCup Direct FTP connection
  2696. Protocol: TCP
  2697. RemotePort: 21
  2698. Direction: Outbound
  2699. ActivateSI AlgFtp 
  2700. AllowIt
  2701.  
  2702. [DC SmartFTP]
  2703. VisibleState: 0
  2704. Exe:
  2705. DC SmartFTP, dcsmartftp.exe
  2706. DefaultState: 1
  2707. RuleName: DC SmartFTP connection
  2708. Protocol: TCP
  2709. RemotePort: 21
  2710. Direction: Outbound
  2711. ActivateSI AlgFtp 
  2712. AllowIt
  2713.  
  2714. [SmartFTP]
  2715. VisibleState: 0
  2716. Exe:
  2717. SmartFTP, smartftp.exe
  2718. DefaultState: 1
  2719. RuleName: SmartFTP connection
  2720. Protocol: TCP
  2721. RemotePort: 21
  2722. Direction: Outbound
  2723. ActivateSI AlgFtp 
  2724. AllowIt
  2725.  
  2726. DefaultState: 1
  2727. RuleName: SmartFTP HTTP connection
  2728. Protocol: TCP
  2729. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  2730. Direction: Outbound
  2731. AllowIt
  2732.  
  2733. [FileZilla]
  2734. VisibleState: 0
  2735. Exe:
  2736. FileZilla, filezilla.exe
  2737. DefaultState: 1
  2738. RuleName: FileZilla FTP connection
  2739. Protocol: TCP
  2740. RemotePort: 21
  2741. Direction: Outbound
  2742. ActivateSI AlgFtp 
  2743. AllowIt
  2744.  
  2745. [Site Publisher]
  2746. VisibleState: 0
  2747. Exe:
  2748. Site Publisher, sitepub.exe
  2749. DefaultState: 1
  2750. RuleName: Site Publisher FTP connection
  2751. Protocol: TCP
  2752. RemotePort: 21
  2753. Direction: Outbound
  2754. ActivateSI AlgFtp 
  2755. AllowIt
  2756.  
  2757. [FTP Voyager]
  2758. VisibleState: 0
  2759. Exe:
  2760. FTP Voyager, ftpvoyager.exe
  2761. DefaultState: 1
  2762. RuleName: FTP Voyager connection
  2763. Protocol: TCP
  2764. RemotePort: 21
  2765. Direction: Outbound
  2766. ActivateSI AlgFtp 
  2767. AllowIt
  2768.  
  2769. [FTPRight]
  2770. VisibleState: 0
  2771. Exe:
  2772. FTPRight, ftpright.exe
  2773. DefaultState: 1
  2774. RuleName: FTPRight connection
  2775. Protocol: TCP
  2776. RemotePort: 21
  2777. Direction: Outbound
  2778. ActivateSI AlgFtp 
  2779. AllowIt
  2780.  
  2781. [IglooFTP Pro]
  2782. VisibleState: 0
  2783. Exe:
  2784. IglooFTP Pro, iglooftp pro.exe
  2785. DefaultState: 1
  2786. RuleName: IglooFTP Pro connection
  2787. Protocol: TCP
  2788. RemotePort: 21
  2789. Direction: Outbound
  2790. ActivateSI AlgFtp 
  2791. AllowIt
  2792.  
  2793. [Magellan Explorer]
  2794. VisibleState: 0
  2795. Exe:
  2796. Magellan Explorer, magellan.exe
  2797. DefaultState: 1
  2798. RuleName: Magellan Explorer FTP connection
  2799. Protocol: TCP
  2800. RemotePort: 21
  2801. Direction: Outbound
  2802. ActivateSI AlgFtp 
  2803. AllowIt
  2804.  
  2805. [Microviet Internet FTP]
  2806. VisibleState: 0
  2807. Exe:
  2808. Microviet Internet FTP, internet ftp.exe
  2809. DefaultState: 1
  2810. RuleName: Microviet Internet FTP connection
  2811. Protocol: TCP
  2812. RemotePort: 21
  2813. Direction: Outbound
  2814. ActivateSI AlgFtp 
  2815. AllowIt
  2816.  
  2817. [miniftp]
  2818. VisibleState: 0
  2819. Exe:
  2820. miniftp, miniftp.exe
  2821. DefaultState: 1
  2822. RuleName: miniftp connection
  2823. Protocol: TCP
  2824. RemotePort: 21
  2825. Direction: Outbound
  2826. ActivateSI AlgFtp 
  2827. AllowIt
  2828.  
  2829. [NetLoad]
  2830. VisibleState: 0
  2831. Exe:
  2832. NetLoad, netload.exe
  2833. DefaultState: 1
  2834. RuleName: NetLoad FTP connection
  2835. Protocol: TCP
  2836. RemotePort: 21
  2837. Direction: Outbound
  2838. ActivateSI AlgFtp 
  2839. AllowIt
  2840.  
  2841. [SecureFX]
  2842. VisibleState: 0
  2843. Exe:
  2844. SecureFX, securefx.exe
  2845. DefaultState: 1
  2846. RuleName: SecureFX connection
  2847. Protocol: TCP
  2848. RemotePort: 21
  2849. Direction: Outbound
  2850. ActivateSI AlgFtp 
  2851. AllowIt
  2852.  
  2853. DefaultState: 1
  2854. RuleName: SecureFX SFTP connection
  2855. Protocol: TCP
  2856. RemotePort: 22
  2857. Direction: Outbound
  2858. AllowIt
  2859.  
  2860. [WebFTP]
  2861. VisibleState: 0
  2862. Exe:
  2863. WebFTP, webftp3.exe
  2864. DefaultState: 1
  2865. RuleName: WebFTP connection
  2866. Protocol: TCP
  2867. RemotePort: 21
  2868. Direction: Outbound
  2869. ActivateSI AlgFtp 
  2870. AllowIt
  2871.  
  2872. [WS_FTP]
  2873. VisibleState: 0
  2874. Exe:
  2875. WS_FTP, ftp95pro.exe
  2876. DefaultState: 1
  2877. RuleName: WS_FTP connection
  2878. Protocol: TCP
  2879. RemotePort: 21
  2880. Direction: Outbound
  2881. ActivateSI AlgFtp 
  2882. AllowIt
  2883.  
  2884. [Windows Sockets FTP Client]
  2885. VisibleState: 0
  2886. Exe:
  2887. WinFTP, winftp32.exe
  2888. DefaultState: 1
  2889. RuleName: WinFTP connection
  2890. Protocol: TCP
  2891. RemotePort: 21
  2892. Direction: Outbound
  2893. ActivateSI AlgFtp 
  2894. AllowIt
  2895.  
  2896. [FAR Manager]
  2897. VisibleState: 0
  2898. Exe:
  2899. Far Manager, far.exe
  2900. DefaultState: 1
  2901. RuleName: FAR manager FTP connection
  2902. Protocol: TCP
  2903. RemotePort: 21
  2904. Direction: Outbound
  2905. ActivateSI AlgFtp 
  2906. AllowIt
  2907.  
  2908. [Total Commander]
  2909. VisibleState: 0
  2910. Exe:
  2911. Total Commander, totalcmd.exe
  2912. DefaultState: 1
  2913. RuleName: Total Commander FTP connection
  2914. Protocol: TCP
  2915. RemotePort: 21
  2916. Direction: Outbound
  2917. ActivateSI AlgFtp 
  2918. AllowIt
  2919.  
  2920. [Windows Commander]
  2921. VisibleState: 0
  2922. Exe:
  2923. Windows Commander, wincmd32.exe
  2924. DefaultState: 1
  2925. RuleName: Windows Commander FTP connection
  2926. Protocol: TCP
  2927. RemotePort: 21
  2928. Direction: Outbound
  2929. ActivateSI AlgFtp 
  2930. AllowIt
  2931.  
  2932. ; Telnet
  2933.  
  2934. [SecureCRT]
  2935. VisibleState: 0
  2936. Exe:
  2937. SecureCRT, securecrt.exe
  2938. DefaultState: 1
  2939. RuleName: SecureCRT connection
  2940. Protocol: TCP
  2941. RemotePort: 22
  2942. Direction: Outbound
  2943. AllowIt
  2944.  
  2945. [AlphaCom Terminal Emulator]
  2946. VisibleState: 0
  2947. Exe:
  2948. AlphaCom, alpha.exe
  2949. DefaultState: 1
  2950. RuleName: AlphaCom telnet connection
  2951. Protocol: TCP
  2952. RemotePort: 23
  2953. Direction: Outbound
  2954. AllowIt
  2955.  
  2956. [Anzio]
  2957. VisibleState: 0
  2958. Exe:
  2959. Anzio, anzio32r.exe
  2960. DefaultState: 1
  2961. RuleName: Anzio telnet connection
  2962. Protocol: TCP
  2963. RemotePort: 23
  2964. Direction: Outbound
  2965. AllowIt
  2966.  
  2967. DefaultState: 1
  2968. RuleName: Anzio rlogin connection
  2969. Protocol: TCP
  2970. RemotePort: 513
  2971. Direction: Outbound
  2972. AllowIt
  2973.  
  2974. [Com]
  2975. VisibleState: 0
  2976. Exe:
  2977. Com, com75.exe
  2978. DefaultState: 1
  2979. RuleName: Com telnet connection
  2980. Protocol: TCP
  2981. RemotePort: 23
  2982. Direction: Outbound
  2983. AllowIt
  2984.  
  2985. DefaultState: 1
  2986. RuleName: Com incoming telnet connection
  2987. Protocol: TCP
  2988. LocalPort: 23
  2989. Direction: Inbound
  2990. AllowIt
  2991.  
  2992. DefaultState: 1
  2993. RuleName: Com FTP connection
  2994. Protocol: TCP
  2995. RemotePort: 21
  2996. Direction: Outbound
  2997. ActivateSI AlgFtp 
  2998. AllowIt
  2999.  
  3000. [Emu]
  3001. VisibleState: 0
  3002. Exe:
  3003. Emu, emu.exe
  3004. DefaultState: 1
  3005. RuleName: Emu telnet connection
  3006. Protocol: TCP
  3007. RemotePort: 23
  3008. Direction: Outbound
  3009. AllowIt
  3010.  
  3011. [IVT]
  3012. VisibleState: 0
  3013. Exe:
  3014. IVT, ivt.exe
  3015. DefaultState: 1
  3016. RuleName: IVT telnet connection
  3017. Protocol: TCP
  3018. RemotePort: 23
  3019. Direction: Outbound
  3020. AllowIt
  3021.  
  3022. [KoalaTerm]
  3023. VisibleState: 0
  3024. Exe:
  3025. KoalaTerm, mkt.exe
  3026. DefaultState: 1
  3027. RuleName: KoalaTerm telnet connection
  3028. Protocol: TCP
  3029. RemotePort: 23
  3030. Direction: Outbound
  3031. AllowIt
  3032.  
  3033. DefaultState: 1
  3034. RuleName: KoalaTerm echo connection
  3035. Protocol: TCP
  3036. RemotePort: 7
  3037. Direction: Outbound
  3038. AllowIt
  3039.  
  3040. [Mocha]
  3041. VisibleState: 0
  3042. Exe:
  3043. Mocha, mtn5250.exe
  3044. DefaultState: 1
  3045. RuleName: Mocha telnet connection
  3046. Protocol: TCP
  3047. RemotePort: 23
  3048. Direction: Outbound
  3049. AllowIt
  3050.  
  3051. [NetTerm]
  3052. VisibleState: 0
  3053. Exe:
  3054. NetTerm, netterm.exe
  3055. DefaultState: 1
  3056. RuleName: NetTerm telnet connection
  3057. Protocol: TCP
  3058. RemotePort: 23
  3059. Direction: Outbound
  3060. AllowIt
  3061.  
  3062. [Nexus Mainframe Terminal]
  3063. VisibleState: 0
  3064. Exe:
  3065. Nexus Mainframe Terminal, nmt.exe
  3066. DefaultState: 1
  3067. RuleName: Nexus Mainframe Terminal telnet connection
  3068. Protocol: TCP
  3069. RemotePort: 23
  3070. Direction: Outbound
  3071. AllowIt
  3072.  
  3073. [Putty]
  3074. VisibleState: 0
  3075. Exe:
  3076. Putty, nmt.exe
  3077. DefaultState: 1
  3078. RuleName: Putty telnet connection
  3079. Protocol: TCP
  3080. RemotePort: 23
  3081. Direction: Outbound
  3082. AllowIt
  3083.  
  3084. [Quick3270]
  3085. VisibleState: 0
  3086. Exe:
  3087. Quick3270, quick3270.exe
  3088. DefaultState: 1
  3089. RuleName: Quick3270 telnet connection
  3090. Protocol: TCP
  3091. RemotePort: 23
  3092. Direction: Outbound
  3093. AllowIt
  3094.  
  3095. [ShellTelnet]
  3096. VisibleState: 0
  3097. Exe:
  3098. ShellTelnet, shellnet.exe
  3099. DefaultState: 1
  3100. RuleName: ShellTelnet telnet connection
  3101. Protocol: TCP
  3102. RemotePort: 23
  3103. Direction: Outbound
  3104. AllowIt
  3105.  
  3106. [TelStar]
  3107. VisibleState: 0
  3108. Exe:
  3109. TelStar, telstar.exe
  3110. DefaultState: 1
  3111. RuleName: TelStar telnet connection
  3112. Protocol: TCP
  3113. RemotePort: 23
  3114. Direction: Outbound
  3115. AllowIt
  3116.  
  3117. [Telnet Streamer]
  3118. VisibleState: 0
  3119. Exe:
  3120. Telnet Streamer, xns.exe
  3121. Telnet Streamer, tns.exe
  3122. DefaultState: 1
  3123. RuleName: Telnet Streamer connection
  3124. Protocol: TCP
  3125. RemotePort: 23
  3126. Direction: Outbound
  3127. AllowIt
  3128.  
  3129. [Tera Term Pro]
  3130. VisibleState: 0
  3131. Exe:
  3132. Tera Term Pro, ttermpro.exe
  3133. DefaultState: 1
  3134. RuleName: Tera Term Pro connection
  3135. Protocol: TCP
  3136. RemotePort: 22, 23
  3137. Direction: Outbound
  3138. AllowIt
  3139.  
  3140. [TN3270]
  3141. VisibleState: 0
  3142. Exe:
  3143. TN3270, tn3270.exe
  3144. DefaultState: 1
  3145. RuleName: TN3270 telnet connection
  3146. Protocol: TCP
  3147. RemotePort: 23
  3148. Direction: Outbound
  3149. AllowIt
  3150.  
  3151. [Windows Telnet Client]
  3152. VisibleState: 0
  3153. Exe:
  3154. Windows Telnet Client, telnet.exe
  3155. DefaultState: 1
  3156. RuleName: Windows Telnet Client connection
  3157. Protocol: TCP
  3158. RemotePort: 23
  3159. Direction: Outbound
  3160. AllowIt
  3161.  
  3162. DefaultState: 1
  3163. RuleName: Windows Telnet Client RLOGIN connection
  3164. Protocol: TCP
  3165. RemotePort: 513
  3166. Direction: Outbound
  3167. AllowIt
  3168.  
  3169. ; Communications
  3170.  
  3171. [AOL Instant Messenger]
  3172. VisibleState: 0
  3173. Exe:
  3174. AOL Instant Messenger, aim.exe
  3175. DefaultState: 1
  3176. RuleName: AOL Instant Messenger Connection
  3177. Protocol: TCP
  3178. RemotePort: 5190
  3179. Direction: Outbound
  3180. AllowIt
  3181.  
  3182. DefaultState: 1
  3183. RuleName: AOL Instant Messenger HTTP connection
  3184. Protocol: TCP
  3185. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3186. Direction: Outbound
  3187. AllowIt
  3188.  
  3189. [Boomerang SST]
  3190. VisibleState: 0
  3191. Exe:
  3192. Boomerang Secure Shuttle Transport, shuttle.exe
  3193. DefaultState: 1
  3194. RuleName: Boomerang SST connection
  3195. Protocol: TCP
  3196. RemoteHost: 216.129.147.*
  3197. Direction: Outbound
  3198. AllowIt
  3199.  
  3200. [Dwyco CDC32]
  3201. VisibleState: 0
  3202. Exe:
  3203. Dwyco CDC32, cdc32.exe
  3204. DefaultState: 1
  3205. RuleName: Dwyco CDC32 server connection
  3206. Protocol: TCP
  3207. RemotePort: 6700-6703
  3208. Direction: Outbound
  3209. AllowIt
  3210.  
  3211. DefaultState: 1
  3212. RuleName: Dwyco CDC32 direct connection
  3213. Protocol: TCP
  3214. RemotePort: 6780
  3215. Direction: Outbound
  3216. AllowIt
  3217.  
  3218. DefaultState: 1
  3219. RuleName: Dwyco CDC32 file transfer and direct video zap
  3220. Protocol: TCP
  3221. RemotePort: 1024-5000
  3222. Direction: Outbound
  3223. AllowIt
  3224.  
  3225. DefaultState: 1
  3226. RuleName: Dwyco CDC32 real-time audio and video
  3227. Protocol: UDP
  3228. RemotePort: 10096, 12000-16090
  3229. AllowIt
  3230.  
  3231. DefaultState: 1
  3232. RuleName: Dwyco CDC32 link test
  3233. Protocol: TCP
  3234. RemotePort: 0
  3235. Direction: Outbound
  3236. AllowIt
  3237.  
  3238. [ICQ]
  3239. Exe:
  3240. Mirabilis ICQ, icq.exe
  3241. ICQLite, icqlite.exe
  3242. DefaultState: 1
  3243. RuleName: ICQ Server connection
  3244. Protocol: UDP
  3245. RemotePort: 4000
  3246. AllowIt
  3247.  
  3248. DefaultState: 1
  3249. RuleName: ICQ Server connection
  3250. Protocol: UDP
  3251. RemotePort: 4000
  3252. AllowIt
  3253.  
  3254. DefaultState: 1
  3255. RuleName: ICQ Client Connection
  3256. Protocol: TCP
  3257. RemotePort: 1024-65535
  3258. Direction: Inbound
  3259. AllowIt
  3260.  
  3261. DefaultState: 1
  3262. RuleName: ICQ Client Connection
  3263. Protocol: TCP
  3264. RemotePort: 1024-65535
  3265. Direction: Outbound
  3266. AllowIt
  3267.  
  3268. DefaultState: 1
  3269. RuleName: ICQ Send Mail
  3270. Protocol: TCP
  3271. RemotePort: 25
  3272. Direction: Outbound
  3273. AllowIt
  3274.  
  3275. DefaultState: 1
  3276. RuleName: ICQ Receive Mail
  3277. Protocol: TCP
  3278. RemotePort: 110
  3279. Direction: Outbound
  3280. AllowIt
  3281.  
  3282. DefaultState: 1
  3283. RuleName: ICQ HTTP connection
  3284. Protocol: TCP
  3285. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3286. Direction: Outbound
  3287. AllowIt
  3288.  
  3289. [Miranda]
  3290. VisibleState: 0
  3291. Exe:
  3292. Miranda, miranda32.exe
  3293. DefaultState: 1
  3294. RuleName: Miranda Connection
  3295. Protocol: TCP
  3296. RemotePort: 5190
  3297. Direction: Outbound
  3298. AllowIt
  3299.  
  3300. DefaultState: 1
  3301. RuleName: Miranda HTTP connection
  3302. Protocol: TCP
  3303. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3304. Direction: Outbound
  3305. AllowIt
  3306.  
  3307. [MSN Messenger]
  3308. VisibleState: 0
  3309. Exe:
  3310. MSN Messenger Service, msmsgs.exe
  3311. MSN Messenger Service, msnmsgr.exe
  3312. DefaultState: 1
  3313. RuleName: MSN Messenger Connection
  3314. Protocol: TCP
  3315. RemotePort: 1863
  3316. Direction: Outbound
  3317. AllowIt
  3318.  
  3319. DefaultState: 1
  3320. RuleName: MSN Messenger voice communications
  3321. Protocol: TCP
  3322. LocalPort: 6901
  3323. Direction: Outbound
  3324. AllowIt
  3325.  
  3326. DefaultState: 1
  3327. RuleName: MSN Messenger voice communications
  3328. Protocol: UDP
  3329. RemotePort: 6901
  3330. AllowIt
  3331.  
  3332. DefaultState: 1
  3333. RuleName: MSN Messenger file transfer
  3334. Protocol: TCP
  3335. RemotePort: 6891-6900
  3336. Direction: Outbound
  3337. AllowIt
  3338.  
  3339. DefaultState: 1
  3340. RuleName: MSN Messenger Remote Assistance
  3341. Protocol: TCP
  3342. RemotePort: 3389
  3343. Direction: Outbound
  3344. AllowIt
  3345.  
  3346. DefaultState: 1
  3347. RuleName: MSN Messenger Application Sharing and Whiteboard
  3348. Protocol: TCP
  3349. RemotePort: 1503
  3350. Direction: Outbound
  3351. AllowIt
  3352.  
  3353. DefaultState: 1
  3354. RuleName: MSN Messenger RTP connection
  3355. Protocol: UDP
  3356. LocalPort: 5004-65535
  3357. AllowIt
  3358.  
  3359. DefaultState: 1
  3360. RuleName: MSN Messenger HTTPS connection
  3361. Protocol: TCP
  3362. RemotePort: 443
  3363. Direction: Outbound
  3364. AllowIt
  3365.  
  3366. [Odigo]
  3367. VisibleState: 0
  3368. Exe:
  3369. Odigo, odigo.exe
  3370. DefaultState: 1
  3371. RuleName: Odigo Connection
  3372. Protocol: TCP
  3373. RemotePort: 80, 3128, 8080, 1080, 2562
  3374. Direction: Outbound
  3375. AllowIt
  3376.  
  3377. [Eyeball Chat]
  3378. VisibleState: 0
  3379. Exe:
  3380. Eyeball Chat, eyeballchat.exe
  3381. DefaultState: 1
  3382. RuleName: Eyeball Chat TCP connection
  3383. Protocol: TCP
  3384. RemotePort: 5500, 5501, 5515
  3385. Direction: Outbound
  3386. AllowIt
  3387.  
  3388. DefaultState: 1
  3389. RuleName: Eyeball Chat UDP connection
  3390. Protocol: UDP
  3391. RemotePort: 5700-5702
  3392. AllowIt
  3393.  
  3394. [IRC]
  3395. Exe:
  3396. mIRC, mirc32.exe
  3397. mIRC, mirc.exe
  3398. DefaultState: 1
  3399. RuleName: mIRC connection
  3400. Protocol: TCP
  3401. RemotePort: 6660-6670
  3402. Direction: Outbound
  3403. AllowIt
  3404.  
  3405. DefaultState: 1
  3406. RuleName: mIRC AUTH connection
  3407. Protocol: TCP
  3408. LocalPort: 113
  3409. Direction: Inbound
  3410. AllowIt
  3411.  
  3412. [Microsoft NetMeeting]
  3413. VisibleState: 0
  3414. Exe:
  3415. Microsoft NetMeeting, conf.exe
  3416. DefaultState: 1
  3417. RuleName: Microsoft NetMeeting Conference
  3418. Protocol: TCP
  3419. RemotePort: 1000-2999
  3420. Direction: Outbound
  3421. AllowIt
  3422.  
  3423. DefaultState: 1
  3424. RuleName: Microsoft NetMeeting Conference
  3425. Protocol: UDP
  3426. RemotePort: 49600-49700
  3427. AllowIt
  3428.  
  3429. DefaultState: 1
  3430. RuleName: Microsoft NetMeeting LDAP connection
  3431. Protocol: TCP
  3432. RemotePort: 3268, 389
  3433. Direction: Outbound
  3434. AllowIt
  3435.  
  3436. DefaultState: 1
  3437. RuleName: Microsoft NetMeeting HTTP connection
  3438. Protocol: TCP
  3439. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3440. Direction: Outbound
  3441. AllowIt
  3442.  
  3443. [Microsoft Chat]
  3444. VisibleState: 0
  3445. Exe:
  3446. Microsoft Chat, cchat.exe
  3447. DefaultState: 1
  3448. RuleName: Microsoft Chat connection
  3449. Protocol: TCP
  3450. RemotePort: 6667
  3451. Direction: Outbound
  3452. AllowIt
  3453.  
  3454. DefaultState: 1
  3455. RuleName: Microsoft Chat AUTH connection
  3456. Protocol: TCP
  3457. RemotePort: 113
  3458. Direction: Inbound
  3459. AllowIt
  3460.  
  3461. [SMSTation]
  3462. VisibleState: 0
  3463. Exe:
  3464. SMSTation, smstation.exe
  3465. DefaultState: 1
  3466. RuleName: SMSTation connection
  3467. Protocol: TCP
  3468. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3469. Direction: Outbound
  3470. AllowIt
  3471.  
  3472. [Yahoo! Messenger]
  3473. VisibleState: 0
  3474. Exe:
  3475. Yahoo! Messenger, ypager.exe
  3476. DefaultState: 1
  3477. RuleName: Yahoo! Messenger HTTP connection
  3478. Protocol: TCP
  3479. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3480. Direction: Outbound
  3481. AllowIt
  3482.  
  3483. DefaultState: 1
  3484. RuleName: Yahoo! Messenger Send Mail
  3485. Protocol: TCP
  3486. RemotePort: 25
  3487. Direction: Outbound
  3488. AllowIt
  3489.  
  3490. DefaultState: 1
  3491. RuleName: Yahoo! Messenger Login
  3492. Protocol: TCP
  3493. RemotePort: 23, 5050
  3494. Direction: Outbound
  3495. AllowIt
  3496.  
  3497. DefaultState: 1
  3498. RuleName: Yahoo! Messenger Conference TCP connection
  3499. Protocol: TCP
  3500. RemotePort: 5000, 5001
  3501. Direction: Outbound
  3502. AllowIt
  3503.  
  3504. DefaultState: 1
  3505. RuleName: Yahoo! Messenger Conference UDP connection
  3506. Protocol: UDP
  3507. LocalPort: 5000
  3508. AllowIt
  3509.  
  3510. DefaultState: 1
  3511. RuleName: Yahoo! Messenger Call Center
  3512. Protocol: UDP
  3513. RemotePort: 6801
  3514. AllowIt
  3515.  
  3516. DefaultState: 1
  3517. RuleName: Yahoo! Messenger Call Center
  3518. Protocol: UDP
  3519. LocalPort: 5000, 5055
  3520. AllowIt
  3521.  
  3522. DefaultState: 1
  3523. RuleName: Yahoo! Messenger Call Center
  3524. Protocol: TCP
  3525. RemotePort: 7800-7825
  3526. Direction: Outbound
  3527. AllowIt
  3528.  
  3529. DefaultState: 1
  3530. RuleName: Yahoo! Messenger WebCam
  3531. Protocol: TCP
  3532. RemotePort: 5100
  3533. Direction: Outbound
  3534. AllowIt
  3535.  
  3536. [Yahoo! AutoUpdater]
  3537. VisibleState: 0
  3538. Exe:
  3539. Yahoo! AutoUpdater, yupdater.exe
  3540. DefaultState: 1
  3541. RuleName: Yahoo! Messenger AutoUpdater
  3542. Protocol: TCP
  3543. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3544. Direction: Outbound
  3545. AllowIt
  3546.  
  3547. ; Antiviral
  3548.  
  3549. [Dr. Web Update]
  3550. VisibleState: 0
  3551. Exe:
  3552. Dr. Web Update, drwebupw.exe
  3553. DefaultState: 1
  3554. RuleName: Dr. Web Update
  3555. Protocol: TCP
  3556. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3557. Direction: Outbound
  3558. AllowIt
  3559.  
  3560. [SpIDer Mail]
  3561. VisibleState: 0
  3562. Exe:
  3563. SpIDer Mail, spiderml.exe
  3564. DefaultState: 1
  3565. RuleName: SpIDer Mail connection
  3566. Protocol: TCP
  3567. RemotePort: 110, 
  3568. Direction: Outbound
  3569. AllowIt
  3570.  
  3571. [NOD32 AntiVirus Control Centre]
  3572. VisibleState: 0
  3573. Exe:
  3574. NOD32 AntiVirus Control Centre, nod32cc.exe
  3575. DefaultState: 1
  3576. RuleName: Update NOD32 engine and virus definitions
  3577. Protocol: TCP
  3578. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3579. Direction: Outbound
  3580. AllowIt
  3581.  
  3582. [NOD32 AntiVirus Email Scanner]
  3583. VisibleState: 0
  3584. Exe:
  3585. NOD32 AntiVirus Email Scanner, pop3scan.exe
  3586. DefaultState: 1
  3587. RuleName: Scan incoming mail for viruses
  3588. Protocol: TCP
  3589. RemotePort: 110
  3590. Direction: Outbound
  3591. AllowIt
  3592.  
  3593. [SymantecÆs Common Client Application]
  3594. VisibleState: 0
  3595. Exe:
  3596. SymantecÆs Common Client Application, ccapp.exe
  3597. DefaultState: 1
  3598. RuleName: Scan incoming mail for viruses
  3599. Protocol: TCP
  3600. RemotePort: 25, 110, 143, 995
  3601. Direction: Outbound
  3602. AllowIt
  3603.  
  3604. [Symantec LiveUpdate]
  3605. VisibleState: 0
  3606. Exe:
  3607. Symantec LiveUpdate, lucomserver.exe
  3608. DefaultState: 1
  3609. RuleName: Symantec LiveUpdate HTTP
  3610. Protocol: TCP
  3611. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3612. Direction: Outbound
  3613. AllowIt
  3614.  
  3615. DefaultState: 1
  3616. RuleName: Symantec LiveUpdate FTP
  3617. Protocol: TCP
  3618. RemotePort: 21
  3619. Direction: Outbound
  3620. ActivateSI AlgFtp 
  3621. AllowIt
  3622.  
  3623. [KAV Updater]
  3624. VisibleState: 0
  3625. Exe:
  3626. KAV Updater, avpupd.exe
  3627. Kaspersky Anti-Virus Service, kavsvc.exe
  3628. DefaultState: 1
  3629. RuleName: KAV Updater HTTP connection
  3630. Protocol: TCP
  3631. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3632. Direction: Outbound
  3633. AllowIt
  3634.  
  3635. DefaultState: 1
  3636. RuleName: KAV Updater FTP connection
  3637. Protocol: TCP
  3638. RemotePort: 21
  3639. Direction: Outbound
  3640. ActivateSI AlgFtp 
  3641. AllowIt
  3642.  
  3643. [McAfee Update]
  3644. VisibleState: 0
  3645. Exe:
  3646. McAfee VirusScan Update, mupdate.exe
  3647. DefaultState: 1
  3648. RuleName: McAfee Update
  3649. Protocol: TCP
  3650. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3651. Direction: Outbound
  3652. AllowIt
  3653.  
  3654. ; Net Utilites
  3655.  
  3656. [NetLab]
  3657. VisibleState: 0
  3658. Exe:
  3659. NetLab, netlab.exe
  3660. DefaultState: 1
  3661. RuleName: Get Time NetLab connection
  3662. Protocol: TCP
  3663. RemotePort: 37
  3664. Direction: Outbound
  3665. AllowIt
  3666.  
  3667. DefaultState: 1
  3668. RuleName: NetLab WhoIs Connection
  3669. Protocol: TCP
  3670. RemotePort: 43
  3671. Direction: Outbound
  3672. AllowIt
  3673.  
  3674. DefaultState: 1
  3675. RuleName: NetLab Quote Connection
  3676. Protocol: TCP
  3677. RemotePort: 17
  3678. Direction: Outbound
  3679. AllowIt
  3680.  
  3681. DefaultState: 1
  3682. RuleName: NetLab Finger Connection
  3683. Protocol: TCP
  3684. RemotePort: 79
  3685. Direction: Outbound
  3686. AllowIt
  3687.  
  3688. [SmartWhois]
  3689. VisibleState: 0
  3690. Exe:
  3691. SmartWhois, sw3.exe
  3692. SmartWhois, sw.exe
  3693. DefaultState: 1
  3694. RuleName: SmartWhoIs Connection
  3695. Protocol: TCP
  3696. RemotePort: 43
  3697. Direction: Outbound
  3698. AllowIt
  3699.  
  3700. [NeoTrace]
  3701. VisibleState: 0
  3702. Exe:
  3703. NeoTrace, neotrace.exe
  3704. DefaultState: 1
  3705. RuleName: Neotrace HTTP
  3706. Protocol: TCP
  3707. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3708. Direction: Outbound
  3709. AllowIt
  3710.  
  3711. DefaultState: 1
  3712. RuleName: Neotrace WhoIs
  3713. Protocol: TCP
  3714. RemotePort: 43
  3715. Direction: Outbound
  3716. AllowIt
  3717.  
  3718. [VisualRoute] 
  3719. VisibleState: 0
  3720. Exe:
  3721. VisualRoute, visualroute.exe
  3722. DefaultState: 1
  3723. RuleName: VisualRoute HTTP connection
  3724. Protocol: TCP
  3725. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  3726. Direction: Outbound
  3727. AllowIt
  3728.  
  3729. DefaultState: 1 
  3730. RuleName: VisualRoute WhoIs connection
  3731. Protocol: TCP 
  3732. RemotePort: 43 
  3733. Direction: Outbound 
  3734. AllowIt 
  3735.  
  3736. ; Time Synchronizers
  3737.  
  3738. [Chameleon Clock]
  3739. VisibleState: 0
  3740. Exe:
  3741. Chameleon Clock, chamclock.exe
  3742. DefaultState: 1
  3743. RuleName: Chameleon Clock time connection
  3744. Protocol: UDP
  3745. RemotePort: 123
  3746. AllowIt
  3747.  
  3748. [Advanced System Agent]
  3749. VisibleState: 0
  3750. Exe:
  3751. Advanced System Agent, asa_ext.exe
  3752. DefaultState: 1
  3753. RuleName: Advanced System Agent time connection
  3754. Protocol: UDP
  3755. RemotePort: 123
  3756. AllowIt
  3757.  
  3758. [12Ghosts Synchronize]
  3759. VisibleState: 0
  3760. Exe:
  3761. 12Ghosts Synchronize, 12sync.exe
  3762. DefaultState: 1
  3763. RuleName: 12Ghosts Synchronize SNTP connection
  3764. Protocol: UDP
  3765. RemotePort: 123
  3766. AllowIt
  3767.  
  3768. DefaultState: 1
  3769. RuleName: 12Ghosts Synchronize time connection
  3770. Protocol: UDP
  3771. RemotePort: 37
  3772. AllowIt
  3773.  
  3774. DefaultState: 1
  3775. RuleName: 12Ghosts Synchronize time connection
  3776. Protocol: TCP
  3777. RemotePort: 37
  3778. Direction: Outbound
  3779. AllowIt
  3780.  
  3781. [1st Atomic Time]
  3782. VisibleState: 0
  3783. Exe:
  3784. 1st Atomic Time, 1stat.exe
  3785. DefaultState: 1
  3786. RuleName: 1st Atomic Time SNTP connection
  3787. Protocol: UDP
  3788. RemotePort: 123
  3789. AllowIt
  3790.  
  3791. DefaultState: 1
  3792. RuleName: 1st Atomic Time daytime connection
  3793. Protocol: TCP
  3794. RemotePort: 13
  3795. Direction: Outbound
  3796. AllowIt
  3797.  
  3798. [Absolute Time Corrector]
  3799. VisibleState: 0
  3800. Exe:
  3801. Absolute Time Corrector, atc.exe
  3802. DefaultState: 1
  3803. RuleName: Absolute Time Corrector connection
  3804. Protocol: TCP
  3805. RemotePort: 37
  3806. Direction: Outbound
  3807. AllowIt
  3808.  
  3809. [AceClock Pro]
  3810. VisibleState: 0
  3811. Exe:
  3812. AceClock Pro, aceclock.exe
  3813. DefaultState: 1
  3814. RuleName: AceClock Pro SNTP connection
  3815. Protocol: UDP
  3816. RemotePort: 123
  3817. AllowIt
  3818.  
  3819. DefaultState: 1
  3820. RuleName: AceClock Pro time connection
  3821. Protocol: TCP
  3822. RemotePort: 37
  3823. Direction: Outbound
  3824. AllowIt
  3825.  
  3826. [Atom Timer]
  3827. VisibleState: 0
  3828. Exe:
  3829. Atom Timer, atomt.exe
  3830. DefaultState: 1
  3831. RuleName: Atom Timer daytime connection
  3832. Protocol: TCP
  3833. RemotePort: 13
  3834. Direction: Outbound
  3835. AllowIt
  3836.  
  3837. [AtomSync]
  3838. VisibleState: 0
  3839. Exe:
  3840. AtomSync, atomuhr.exe
  3841. DefaultState: 1
  3842. RuleName: AtomSync SNTP connection
  3843. Protocol: UDP
  3844. RemotePort: 123
  3845. AllowIt
  3846.  
  3847. [Attache Transparent Clock]
  3848. VisibleState: 0
  3849. Exe:
  3850. Attache Clock, attacheclock.exe
  3851. Attache Clock, configtool.exe
  3852. DefaultState: 1
  3853. RuleName: Attache Clock SNTP connection
  3854. Protocol: UDP
  3855. RemotePort: 123
  3856. AllowIt
  3857.  
  3858. [Desktop Atomic Clock]
  3859. VisibleState: 0
  3860. Exe:
  3861. Desktop Atomic Clock, dac.exe
  3862. DefaultState: 1
  3863. RuleName: Desktop Atomic Clock daytime connection
  3864. Protocol: TCP
  3865. RemotePort: 13
  3866. Direction: Outbound
  3867. AllowIt
  3868.  
  3869. [DS Clock]
  3870. VisibleState: 0
  3871. Exe:
  3872. DS Clock, dsclock.exe
  3873. DefaultState: 1
  3874. RuleName: DS Clock SNTP connection
  3875. Protocol: UDP
  3876. RemotePort: 123
  3877. AllowIt
  3878.  
  3879. [Easy Time]
  3880. VisibleState: 0
  3881. Exe:
  3882. Easy Time, easytime.exe
  3883. DefaultState: 1
  3884. RuleName: Easy Time SNTP connection
  3885. Protocol: UDP
  3886. RemotePort: 123
  3887. AllowIt
  3888.  
  3889. [EZTimeSync]
  3890. VisibleState: 0
  3891. Exe:
  3892. EZTimeSync, eztimesync.exe
  3893. DefaultState: 1
  3894. RuleName: EZTimeSync connection
  3895. Protocol: TCP
  3896. RemotePort: 37
  3897. Direction: Outbound
  3898. AllowIt
  3899.  
  3900. [Dimension 4]
  3901. VisibleState: 0
  3902. Exe:
  3903. Dimension 4, d4.exe
  3904. DefaultState: 1
  3905. RuleName: Dimension 4 SNTP connection
  3906. Protocol: UDP
  3907. RemotePort: 123
  3908. AllowIt
  3909.  
  3910. DefaultState: 1
  3911. RuleName: Dimension 4 time connection
  3912. Protocol: TCP
  3913. RemotePort: 37
  3914. Direction: Outbound
  3915. AllowIt
  3916.  
  3917. DefaultState: 1
  3918. RuleName: Dimension 4 time connection
  3919. Protocol: UDP
  3920. RemotePort: 37
  3921. AllowIt
  3922.  
  3923. [NMEATime]
  3924. VisibleState: 0
  3925. Exe:
  3926. NMEATime, nmeatime.exe
  3927. DefaultState: 1
  3928. RuleName: NMEATime daytime connection
  3929. Protocol: TCP
  3930. RemotePort: 13
  3931. Direction: Outbound
  3932. AllowIt
  3933.  
  3934. DefaultState: 1
  3935. RuleName: NMEATime SNTP connection
  3936. Protocol: UDP
  3937. RemotePort: 123
  3938. AllowIt
  3939.  
  3940. [SolidSync]
  3941. VisibleState: 0
  3942. Exe:
  3943. SolidSync, solidsync.exe
  3944. DefaultState: 1
  3945. RuleName: SolidSync time connection
  3946. Protocol: TCP
  3947. RemotePort: 37
  3948. Direction: Outbound
  3949. AllowIt
  3950.  
  3951. [Tardis]
  3952. VisibleState: 0
  3953. Exe:
  3954. Tardis, tardis.exe
  3955. DefaultState: 1
  3956. RuleName: Tardis SNTP connection
  3957. Protocol: UDP
  3958. RemotePort: 123
  3959. AllowIt
  3960.  
  3961. DefaultState: 1
  3962. RuleName: Tardis time connection
  3963. Protocol: UDP
  3964. RemotePort: 37
  3965. AllowIt
  3966.  
  3967. DefaultState: 1
  3968. RuleName: Tardis time connection
  3969. Protocol: TCP
  3970. RemotePort: 37
  3971. Direction: Outbound
  3972. AllowIt
  3973.  
  3974. DefaultState: 1
  3975. RuleName: Tardis daytime connection
  3976. Protocol: TCP
  3977. RemotePort: 13
  3978. Direction: Outbound
  3979. AllowIt
  3980.  
  3981. DefaultState: 1
  3982. RuleName: Tardis HTTP connection
  3983. Protocol: TCP
  3984. RemotePort: 80
  3985. Direction: Outbound
  3986. AllowIt
  3987.  
  3988. [Tech-Pro World Clock]
  3989. VisibleState: 0
  3990. Exe:
  3991. Tech-Pro World Clock, worldclock.exe
  3992. DefaultState: 1
  3993. RuleName: Tech-Pro World Clock connection
  3994. Protocol: TCP
  3995. RemotePort: 37
  3996. Direction: Outbound
  3997. AllowIt
  3998.  
  3999. [TimeSync]
  4000. VisibleState: 0
  4001. Exe:
  4002. TimeSync, timesync.exe
  4003. DefaultState: 1
  4004. RuleName: TimeSync time connection
  4005. Protocol: TCP
  4006. RemotePort: 37
  4007. Direction: Outbound
  4008. AllowIt
  4009.  
  4010. [Time Sync Pro]
  4011. VisibleState: 0
  4012. Exe:
  4013. Time Sync Pro, timesync.exe
  4014. DefaultState: 1
  4015. RuleName: Time Sync Pro SNTP connection
  4016. Protocol: UDP
  4017. RemotePort: 123
  4018. AllowIt
  4019.  
  4020. [TSync]
  4021. VisibleState: 0
  4022. Exe:
  4023. TSync, tsync.exe
  4024. DefaultState: 1
  4025. RuleName: TSync time connection
  4026. Protocol: TCP
  4027. RemotePort: 37
  4028. Direction: Outbound
  4029. AllowIt
  4030.  
  4031. [WebTime]
  4032. VisibleState: 0
  4033. Exe:
  4034. WebTime, webtime.exe
  4035. DefaultState: 1
  4036. RuleName: WebTime time connection
  4037. Protocol: TCP
  4038. RemotePort: 37
  4039. Direction: Outbound
  4040. AllowIt
  4041.  
  4042. [YATS32]
  4043. VisibleState: 0
  4044. Exe:
  4045. YATS32, yats32.exe
  4046. DefaultState: 1
  4047. RuleName: YATS32 SNTP connection
  4048. Protocol: UDP
  4049. RemotePort: 123
  4050. AllowIt
  4051.  
  4052. ; Multimedia
  4053.  
  4054. [Ashampoo Media Player+]
  4055. VisibleState: 0
  4056. Exe:
  4057. Ashampoo Media Player+, ampplus.exe
  4058. DefaultState: 1
  4059. RuleName: Ashampoo Media Player+ Info Channel
  4060. Protocol: TCP
  4061. RemoteHost: 195.125.111.109
  4062. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4063. Direction: Outbound
  4064. AllowIt
  4065.  
  4066. [DivX Player]
  4067. VisibleState: 0
  4068. Exe:
  4069. DivX Player, DivX Player 2.0 Alpha.exe
  4070. DefaultState: 1
  4071. RuleName: DivX Player HTTP connection
  4072. Protocol: TCP
  4073. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4074. Direction: Outbound
  4075. AllowIt
  4076.  
  4077. [MusicMatch Jukebox]
  4078. VisibleState: 0
  4079. Exe:
  4080. MusicMatch Jukebox, mmjb.exe
  4081. DefaultState: 1
  4082. RuleName: MusicMatch Jukebox HTTP connection
  4083. Protocol: TCP
  4084. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4085. Direction: Outbound
  4086. AllowIt
  4087.  
  4088. [MusicMatch Jukebox Update]
  4089. VisibleState: 0
  4090. Exe:
  4091. MusicMatch Jukebox Update, mmupdatemgr.exe
  4092. DefaultState: 1
  4093. RuleName: MusicMatch Jukebox Update HTTP connection
  4094. Protocol: TCP
  4095. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4096. Direction: Outbound
  4097. AllowIt
  4098.  
  4099. [Sonique]
  4100. VisibleState: 0
  4101. Exe:
  4102. Sonique, sqstart.exe
  4103. Sonique, Sonique.exe
  4104. DefaultState: 1
  4105. RuleName: Sonique HTTP connection
  4106. Protocol: TCP
  4107. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4108. Direction: Outbound
  4109. AllowIt
  4110.  
  4111. [WinAmp]
  4112. VisibleState: 0
  4113. Exe:
  4114. WinAmp, winamp.exe
  4115. WinAmp, studio.exe
  4116. DefaultState: 1
  4117. RuleName: WinAmp Connection
  4118. Protocol: TCP
  4119. RemotePort: 8000-8900
  4120. Direction: Outbound
  4121. AllowIt
  4122.  
  4123. DefaultState: 1
  4124. RuleName: WinAmp MiniBrowser Connection
  4125. Protocol: TCP
  4126. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4127. Direction: Outbound
  4128. AllowIt
  4129.  
  4130. [Windows Media Player]
  4131. VisibleState: 0
  4132. Exe:
  4133. Windows Media Player, mplayer2.exe
  4134. Windows Media Player, wmplayer.exe
  4135. DefaultState: 1
  4136. RuleName: Windows Media Player HTTP connection
  4137. Protocol: TCP
  4138. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4139. Direction: Outbound
  4140. AllowIt
  4141.  
  4142. DefaultState: 1
  4143. RuleName: Windows Media Player connection
  4144. Protocol: TCP
  4145. RemotePort: 1755, 8000, 8001
  4146. Direction: Outbound
  4147. AllowIt
  4148.  
  4149. [CDex]
  4150. VisibleState: 0
  4151. Exe:
  4152. CDex, cdex.exe
  4153. DefaultState: 1
  4154. RuleName: CDex HTTP connection
  4155. Protocol: TCP
  4156. RemotePort: 80-83, 443, 888, 1080, 3128, 8080, 8081, 8088, 11523
  4157. Direction: Outbound
  4158. AllowIt
  4159.  
  4160. [QuickTime]
  4161. VisibleState: 0
  4162. Exe:
  4163. QuickTime Player, quicktimeplayer.exe
  4164. DefaultState: 1
  4165. RuleName: QuickTime Player Connection
  4166. Protocol: TCP
  4167. RemotePort: 554
  4168. Direction: Outbound
  4169. AllowIt
  4170.  
  4171. DefaultState: 1
  4172. RuleName: QuickTime Player Connection
  4173. Protocol: UDP
  4174. RemotePort: 2001
  4175. AllowIt
  4176.  
  4177. DefaultState: 1
  4178. RuleName: QuickTime Player HTTP Connection
  4179. Protocol: TCP
  4180. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4181. Direction: Outbound
  4182. AllowIt
  4183.  
  4184. [RealPlayer]
  4185. VisibleState: 0
  4186. Exe:
  4187. RealPlayer, realplay.exe
  4188. DefaultState: 1
  4189. RuleName: RealPlayer Connection
  4190. Protocol: TCP
  4191. RemotePort: 554, 7070, 7071
  4192. Direction: Outbound
  4193. AllowIt
  4194.  
  4195. DefaultState: 1
  4196. RuleName: RealPlayer HTTP Connection
  4197. Protocol: TCP
  4198. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4199. Direction: Outbound
  4200. AllowIt
  4201.  
  4202. DefaultState: 1
  4203. RuleName: RealPlayer Inbound UDP Connection
  4204. Protocol: UDP
  4205. LocalPort: 6770-32000
  4206. AllowIt
  4207.  
  4208. DefaultState: 1
  4209. RuleName: RealPlayer Outbound UDP Connection
  4210. Protocol: UDP
  4211. RemotePort: 6770-32000
  4212. AllowIt
  4213.  
  4214. [RealNetworks Event Launcher]
  4215. VisibleState: 0
  4216. Exe:
  4217. RealNetworks Event Launcher, realevent.exe
  4218. DefaultState: 1
  4219. RuleName: RealNetworks Event Launcher HTTP Connection
  4220. Protocol: TCP
  4221. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4222. Direction: Outbound
  4223. AllowIt
  4224.  
  4225. ; Internet Search
  4226.  
  4227. [Copernic]
  4228. VisibleState: 0
  4229. Exe:
  4230. Copernic, copernicsvr.exe
  4231. Copernic, copernic.exe
  4232. DefaultState: 1
  4233. RuleName: Copernic search connection
  4234. Protocol: TCP
  4235. RemotePort: 80
  4236. Direction: Outbound
  4237. AllowIt
  4238.  
  4239. ; P2P
  4240.  
  4241. [eMule - Default]
  4242. VisibleState: 0
  4243. Exe:
  4244. eMule, emule.exe
  4245. DefaultState: 1
  4246. RuleName: eMule - Client to Client Source Exchange
  4247. Protocol: TCP
  4248. LocalPort: 4662
  4249. Direction: Inbound
  4250. AllowIt
  4251.  
  4252. DefaultState: 1
  4253. RuleName: eMule - Client to Client Source Exchange
  4254. Protocol: TCP
  4255. RemotePort: 4662
  4256. Direction: Outbound
  4257. AllowIt
  4258.  
  4259. DefaultState: 1
  4260. RuleName: eMule - Queue Rating, File Reask Ping
  4261. Protocol: UDP
  4262. LocalPort: 4672
  4263. AllowIt
  4264.  
  4265. DefaultState: 1
  4266. RuleName: eMule - Queue Rating, File Reask Ping
  4267. Protocol: UDP
  4268. RemotePort: 4672
  4269. AllowIt
  4270.  
  4271. DefaultState: 1
  4272. RuleName: eMule - Connection to server
  4273. Protocol: TCP
  4274. RemotePort: 4661
  4275. Direction: Outbound
  4276. AllowIt
  4277.  
  4278. DefaultState: 1
  4279. RuleName: eMule - Source asking on servers
  4280. Protocol: UDP
  4281. RemotePort: 4665
  4282. AllowIt
  4283.  
  4284. DefaultState: 1
  4285. RuleName: eMule - Webserver
  4286. Protocol: TCP
  4287. LocalPort: 4711
  4288. Direction: Inbound
  4289. AllowIt
  4290.  
  4291. DefaultState: 1
  4292. RuleName: eMule HTTP connection
  4293. Protocol: TCP
  4294. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4295. Direction: Outbound
  4296. AllowIt
  4297.  
  4298. [iMesh]
  4299. VisibleState: 0
  4300. Exe:
  4301. iMesh, imeshclient.exe
  4302. DefaultState: 1
  4303. RuleName: iMesh connection
  4304. Protocol: TCP
  4305. RemotePort: 4000-5000
  4306. Direction: Outbound
  4307. AllowIt
  4308.  
  4309. DefaultState: 1
  4310. RuleName: iMesh HTTP connection
  4311. Protocol: TCP
  4312. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4313. Direction: Outbound
  4314. AllowIt
  4315.  
  4316. [KaZaA Media Desktop]
  4317. VisibleState: 0
  4318. Exe:
  4319. KaZaA Media Desktop, kazaa.exe
  4320. DefaultState: 1
  4321. RuleName: KaZaA Media Desktop outgoing connection
  4322. Protocol: TCP
  4323. RemotePort: 1214
  4324. Direction: Outbound
  4325. AllowIt
  4326.  
  4327. DefaultState: 1
  4328. RuleName: KaZaA Media Desktop incoming connection
  4329. Protocol: TCP
  4330. LocalPort: 1214
  4331. Direction: Inbound
  4332. AllowIt
  4333.  
  4334. DefaultState: 1
  4335. RuleName: KaZaA Media Desktop HTTP connection
  4336. Protocol: TCP
  4337. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4338. Direction: Outbound
  4339. AllowIt
  4340.  
  4341. [Morpheus]
  4342. VisibleState: 0
  4343. Exe:
  4344. Morpheus, morpheus.exe
  4345. Morpheus, morpheusp.exe
  4346. DefaultState: 1
  4347. RuleName: Morpheus outgoing connection
  4348. Protocol: TCP
  4349. RemotePort: 1214
  4350. Direction: Outbound
  4351. AllowIt
  4352.  
  4353. DefaultState: 1
  4354. RuleName: Morpheus incoming connection
  4355. Protocol: TCP
  4356. LocalPort: 1214
  4357. Direction: Inbound
  4358. AllowIt
  4359.  
  4360. DefaultState: 1
  4361. RuleName: Morpheus HTTP connection
  4362. Protocol: TCP
  4363. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4364. Direction: Outbound
  4365. AllowIt
  4366.  
  4367. [WinMX]
  4368. VisibleState: 0
  4369. Exe:
  4370. WinMX, winmx.exe
  4371. DefaultState: 1
  4372. RuleName: WinMX server connection
  4373. Protocol: TCP
  4374. RemotePort: 5690, 6257, 6699, 7729-7735, 7940-7952
  4375. Direction: Outbound
  4376. AllowIt
  4377.  
  4378. DefaultState: 1
  4379. RuleName: WinMX incoming UDP connection
  4380. Protocol: UDP
  4381. RemotePort: 6257
  4382. AllowIt
  4383.  
  4384. DefaultState: 1
  4385. RuleName: WinMX incoming TCP connection
  4386. Protocol: TCP
  4387. LocalPort: 6699
  4388. Direction: Inbound
  4389. AllowIt
  4390.  
  4391. DefaultState: 1
  4392. RuleName: WinMX HTTP connection
  4393. Protocol: TCP
  4394. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4395. Direction: Outbound
  4396. AllowIt
  4397.  
  4398. [Direct Connect]
  4399. VisibleState: 0
  4400. Exe:
  4401. Direct Connect, direct connect.exe
  4402. DefaultState: 1
  4403. RuleName: Direct Connect outbound connection
  4404. Protocol: TCP
  4405. RemotePort: 411
  4406. Direction: Outbound
  4407. AllowIt
  4408.  
  4409. DefaultState: 1
  4410. RuleName: Direct Connect incoming connection
  4411. Protocol: TCP
  4412. LocalPort: 412
  4413. Direction: Inbound
  4414. AllowIt
  4415.  
  4416. DefaultState: 1
  4417. RuleName: Direct Connect HTTP connection
  4418. Protocol: TCP
  4419. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4420. Direction: Outbound
  4421. AllowIt
  4422.  
  4423. [AudioGalaxy]
  4424. VisibleState: 0
  4425. Exe:
  4426. AudioGalaxy, agsatellite.exe
  4427. DefaultState: 1
  4428. RuleName: AudioGalaxy outgoing connection
  4429. Protocol: TCP
  4430. RemotePort: 21, 1117-5190, 41000 - 50000
  4431. Direction: Outbound
  4432. AllowIt
  4433.  
  4434. DefaultState: 1
  4435. RuleName: AudioGalaxy incoming connection
  4436. Protocol: TCP
  4437. LocalPort: 21, 1117-5190, 41000 - 50000
  4438. Direction: Inbound
  4439. AllowIt
  4440.  
  4441. [BearShare] 
  4442. VisibleState: 0
  4443. Exe:
  4444. Bearshare, bearshare.exe
  4445. Bearshare, bearsharepro.exe
  4446. DefaultState: 1
  4447. RuleName: BearShare HTTP connection
  4448. Protocol: TCP
  4449. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4450. Direction: Outbound
  4451. AllowIt
  4452.  
  4453. DefaultState: 1
  4454. RuleName: BearShare outgoing connection
  4455. Protocol: TCP
  4456. RemotePort: 6346-6349
  4457. Direction: Outbound
  4458. AllowIt
  4459.  
  4460. DefaultState: 1
  4461. RuleName: BearShare incoming connection
  4462. Protocol: TCP
  4463. LocalPort: 6346
  4464. Direction: Inbound
  4465. AllowIt
  4466.  
  4467. [Gnotella] 
  4468. VisibleState: 0
  4469. Exe:
  4470. Gnotella, gnotella.exe
  4471. DefaultState: 1
  4472. RuleName: Gnotella HTTP connection
  4473. Protocol: TCP
  4474. RemotePort: 80, 3128, 8080, 8081, 8088
  4475. Direction: Outbound
  4476. AllowIt
  4477.  
  4478. DefaultState: 1
  4479. RuleName: Gnotella outgoing connection
  4480. Protocol: TCP
  4481. RemotePort: 6346-6352
  4482. Direction: Outbound
  4483. AllowIt
  4484.  
  4485. DefaultState: 1
  4486. RuleName: Gnotella incoming connection
  4487. Protocol: TCP
  4488. LocalPort: 6346
  4489. Direction: Inbound
  4490. AllowIt
  4491.  
  4492. [Soulseek] 
  4493. VisibleState: 0
  4494. Exe:
  4495. Soulseek, slsk.exe
  4496. DefaultState: 1
  4497. RuleName: Soulseek HTTP connection
  4498. Protocol: TCP
  4499. RemotePort: 80, 3128, 8080, 8081, 8088
  4500. Direction: Outbound
  4501. AllowIt
  4502.  
  4503. DefaultState: 1
  4504. RuleName: Soulseek HTTPS connection
  4505. Protocol: TCP
  4506. RemotePort: 443
  4507. Direction: Outbound
  4508. AllowIt
  4509.  
  4510. DefaultState: 1
  4511. RuleName: Soulseek connection
  4512. Protocol: TCP
  4513. RemotePort: 2234-2240, 5534, 6997
  4514. Direction: Outbound
  4515. AllowIt
  4516.  
  4517. DefaultState: 1
  4518. RuleName: Soulseek incoming connection
  4519. Protocol: TCP
  4520. RemotePort: 2234
  4521. Direction: Inbound
  4522. AllowIt
  4523.  
  4524. [Blubster] 
  4525. VisibleState: 0
  4526. Exe:
  4527. Blubster, blubster.exe
  4528. DefaultState: 1
  4529. RuleName: Blubster HTTP connection
  4530. Protocol: TCP
  4531. RemotePort: 80, 3128, 8080, 8081, 8088
  4532. Direction: Outbound
  4533. AllowIt
  4534.  
  4535. DefaultState: 1
  4536. RuleName: Blubster outgoing connection
  4537. Protocol: UDP
  4538. RemotePort: 41170
  4539. AllowIt
  4540.  
  4541. DefaultState: 1
  4542. RuleName: Blubster incoming connection
  4543. Protocol: UDP
  4544. LocalPort: 41170
  4545. AllowIt
  4546.  
  4547. ; Storage
  4548.  
  4549. [Storage]
  4550. VisibleState: 0
  4551. Exe:
  4552. Filo by i-drive, idriveproxy.exe
  4553. DefaultState: 1
  4554. RuleName:  i-drive storage server
  4555. Protocol: TCP
  4556. RemotePort: 443
  4557. Direction: Outbound
  4558. AllowIt
  4559.  
  4560. ; Microsoft
  4561.  
  4562. [Microsoft Excel]
  4563. VisibleState: 0
  4564. Exe:
  4565. Microsoft Excel, excel.exe
  4566. DefaultState: 1
  4567. RuleName: Microsoft Excel HTTP
  4568. Protocol: TCP
  4569. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4570. Direction: Outbound
  4571. AllowIt
  4572.  
  4573. DefaultState: 1
  4574. RuleName: Microsoft Excel FTP
  4575. Protocol: TCP
  4576. RemotePort: 21
  4577. Direction: Outbound
  4578. ActivateSI AlgFtp 
  4579. AllowIt
  4580.  
  4581. DefaultState: 1
  4582. RuleName: Microsoft Excel E-Mail
  4583. Protocol: TCP
  4584. RemotePort: 25, 110
  4585. Direction: Outbound
  4586. AllowIt
  4587.  
  4588. DefaultState: 1
  4589. RuleName: Microsoft Excel LDAP
  4590. Protocol: TCP
  4591. RemotePort: 3268, 389
  4592. Direction: Outbound
  4593. AllowIt
  4594.  
  4595. DefaultState: 1
  4596. RuleName: Microsoft Excel MSSQL
  4597. Protocol: TCP
  4598. RemotePort: 1433, 1434
  4599. Direction: Outbound
  4600. AllowIt
  4601.  
  4602. [Microsoft Word]
  4603. VisibleState: 0
  4604. Exe:
  4605. Microsoft Word, winword.exe
  4606. DefaultState: 1
  4607. RuleName: Microsoft Word HTTP
  4608. Protocol: TCP
  4609. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4610. Direction: Outbound
  4611. AllowIt
  4612.  
  4613. DefaultState: 1
  4614. RuleName: Microsoft Word FTP
  4615. Protocol: TCP
  4616. RemotePort: 21
  4617. Direction: Outbound
  4618. ActivateSI AlgFtp 
  4619. AllowIt
  4620.  
  4621. DefaultState: 1
  4622. RuleName: Microsoft Word E-Mail
  4623. Protocol: TCP
  4624. RemotePort: 25, 110
  4625. Direction: Outbound
  4626. AllowIt
  4627.  
  4628. DefaultState: 1
  4629. RuleName: Microsoft Word LDAP
  4630. Protocol: TCP
  4631. RemotePort: 3268, 389
  4632. Direction: Outbound
  4633. AllowIt
  4634.  
  4635. [Microsoft Access]
  4636. VisibleState: 0
  4637. Exe:
  4638. Microsoft Access, msaccess.exe
  4639. DefaultState: 1
  4640. RuleName: Microsoft Access HTTP
  4641. Protocol: TCP
  4642. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4643. Direction: Outbound
  4644. AllowIt
  4645.  
  4646. DefaultState: 1
  4647. RuleName: Microsoft Access FTP
  4648. Protocol: TCP
  4649. RemotePort: 21
  4650. Direction: Outbound
  4651. ActivateSI AlgFtp 
  4652. AllowIt
  4653.  
  4654. DefaultState: 1
  4655. RuleName: Microsoft Access E-Mail
  4656. Protocol: TCP
  4657. RemotePort: 25, 110
  4658. Direction: Outbound
  4659. AllowIt
  4660.  
  4661. DefaultState: 1
  4662. RuleName: Microsoft Access LDAP
  4663. Protocol: TCP
  4664. RemotePort: 3268, 389
  4665. Direction: Outbound
  4666. AllowIt
  4667.  
  4668. ; Word Processing
  4669.  
  4670. [Adobe Acrobat]
  4671. VisibleState: 0
  4672. Exe:
  4673. Adobe Acrobat, acrobat.exe
  4674. DefaultState: 1
  4675. RuleName: Update Adobe Acrobat
  4676. Protocol: TCP
  4677. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4678. Direction: Outbound
  4679. AllowIt
  4680.  
  4681. [Adobe Acrobat Reader]
  4682. VisibleState: 0
  4683. Exe:
  4684. Adobe Acrobat Reader, acrord32.exe
  4685. DefaultState: 1
  4686. RuleName: Update Adobe Acrobat Reader
  4687. Protocol: TCP
  4688. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4689. Direction: Outbound
  4690. AllowIt
  4691.  
  4692. [EditPad Pro]
  4693. VisibleState: 0
  4694. Exe:
  4695. EditPad Pro, editpadpro.exe
  4696. DefaultState: 1
  4697. RuleName: Send mail by EditPad Pro
  4698. Protocol: TCP
  4699. RemotePort: 25
  4700. Direction: Outbound
  4701. AllowIt
  4702.  
  4703. DefaultState: 1
  4704. RuleName: Download/Update EPP Syntax Colour Schemes
  4705. Protocol: TCP
  4706. RemotePort: 80
  4707. RemoteHost: 216.92.230.239
  4708. Direction: Outbound
  4709. AllowIt
  4710.  
  4711. [Babylon]
  4712. VisibleState: 0
  4713. Exe:
  4714. Babylon, babylon.exe
  4715. DefaultState: 1
  4716. RuleName: Babylon HTTP connection
  4717. Protocol: TCP
  4718. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4719. Direction: Outbound
  4720. AllowIt
  4721.  
  4722. ; Encryption
  4723.  
  4724. [ECM SignCode]
  4725. VisibleState: 0
  4726. Exe:
  4727. ECM SignCode, signcode.exe
  4728. DefaultState: 1
  4729. RuleName: ECM SignCode HTTP connection
  4730. Protocol: TCP
  4731. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4732. Direction: Outbound
  4733. AllowIt
  4734.  
  4735. [PGP Keys]
  4736. VisibleState: 0
  4737. Exe:
  4738. PGP Keys, pgpkeys.exe
  4739. DefaultState: 1
  4740. RuleName: PGP Keys HTTP connection
  4741. Protocol: TCP
  4742. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4743. Direction: Outbound
  4744. AllowIt
  4745.  
  4746. DefaultState: 1
  4747. RuleName: PGP Keys Server connection
  4748. Protocol: TCP
  4749. RemotePort: 11370-11371
  4750. Direction: Outbound
  4751. AllowIt
  4752.  
  4753. DefaultState: 1
  4754. RuleName: PGP Keys LDAP connection
  4755. Protocol: TCP
  4756. RemotePort: 3268, 389
  4757. Direction: Outbound
  4758. AllowIt
  4759.  
  4760. ; E-Commerce
  4761.  
  4762. [Cyphermint PayCash]
  4763. VisibleState: 0
  4764. Exe:
  4765. Cyphermint PayCash, wallet.exe
  4766. Cyphermint PayCash, cyphermintwallet.exe
  4767. DefaultState: 1
  4768. RuleName: Cyphermint PayCash connection
  4769. Protocol: TCP
  4770. RemotePort: 8128
  4771. Direction: Outbound
  4772. AllowIt
  4773.  
  4774. DefaultState: 1
  4775. RuleName: Cyphermint PayCash PROXY connection
  4776. Protocol: TCP
  4777. RemotePort: 3128, 8080
  4778. Direction: Outbound
  4779. AllowIt
  4780.  
  4781. DefaultState: 1
  4782. RuleName: Cyphermint PayCash incoming connection
  4783. Protocol: TCP
  4784. LocalPort: 8128
  4785. Direction: Inbound
  4786. AllowIt
  4787.  
  4788. [WebMoney]
  4789. VisibleState: 0
  4790. Exe:
  4791. WebMoney, webmoney.exe
  4792. DefaultState: 1
  4793. RuleName: WebMoney connection
  4794. Protocol: TCP
  4795. RemotePort: 2802
  4796. Direction: Outbound
  4797. AllowIt
  4798.  
  4799. DefaultState: 1
  4800. RuleName: WebMoney HTTP connection
  4801. Protocol: TCP
  4802. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4803. Direction: Outbound
  4804. AllowIt
  4805.  
  4806. ; ARC
  4807.  
  4808. [PowerArchiver]
  4809. VisibleState: 0
  4810. Exe:
  4811. PowerArchiver, powerarc.exe
  4812. DefaultState: 1
  4813. RuleName: Update PowerArchiver
  4814. Protocol: TCP
  4815. RemoteHost: 140.99.102.66
  4816. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4817. Direction: Outbound
  4818. AllowIt
  4819.  
  4820. ; Server
  4821.  
  4822. [Pointcast SMTP Server]
  4823. VisibleState: 0
  4824. Exe:
  4825. Pointcast SMTP Server, pointcastserver.exe
  4826. DefaultState: 1
  4827. RuleName: Send mail by PointCast Server
  4828. Protocol: TCP
  4829. RemotePort: 25
  4830. Direction: Outbound
  4831. AllowIt
  4832.  
  4833. DefaultState: 1
  4834. RuleName: PointCast Server HTTP connection
  4835. Protocol: TCP
  4836. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4837. Direction: Outbound
  4838. AllowIt
  4839.  
  4840. [FTP Server]
  4841. VisibleState: 0
  4842. Exe:
  4843. FTP Server, ftpserve.exe
  4844. DefaultState: 1
  4845. RuleName: FTP Server incoming FTP connection 
  4846. Protocol: TCP
  4847. LocalPort: 21
  4848. Direction: Inbound
  4849. ActivateSI AlgFtp 
  4850. AllowIt
  4851.  
  4852. [Serv-U FTP Server]
  4853. VisibleState: 0
  4854. Exe:
  4855. Serv-U FTP Server, servudaemon.exe
  4856. DefaultState: 1
  4857. RuleName: Serv-U FTP Server connection 
  4858. Protocol: TCP
  4859. LocalPort: 21
  4860. Direction: Inbound
  4861. ActivateSI AlgFtp 
  4862. AllowIt
  4863.  
  4864. [Cerberus FTP Server]
  4865. VisibleState: 0
  4866. Exe:
  4867. Serv-U FTP Server, cerberus.exe
  4868. DefaultState: 1
  4869. RuleName: Cerberus FTP Server connection 
  4870. Protocol: TCP
  4871. LocalPort: 21
  4872. Direction: Inbound
  4873. ActivateSI AlgFtp 
  4874. AllowIt
  4875.  
  4876. ; Games
  4877.  
  4878. [Catch the Sperm!]
  4879. VisibleState: 0
  4880. Exe:
  4881. Catch the Sperm!, catchthesperm.exe
  4882. DefaultState: 1
  4883. RuleName: Catch the Sperm! HTTP connection
  4884. Protocol: TCP
  4885. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4886. Direction: Outbound
  4887. AllowIt
  4888.  
  4889. [Catch the Sperm II]
  4890. VisibleState: 0
  4891. Exe:
  4892. Catch the Sperm II, catchthesperm2.exe
  4893. DefaultState: 1
  4894. RuleName: Catch the Sperm! HTTP connection
  4895. Protocol: TCP
  4896. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  4897. Direction: Outbound
  4898. AllowIt
  4899.  
  4900. [Medal of Honour: Allied Assault]
  4901. VisibleState: 0
  4902. Exe:
  4903. Medal of Honour: Allied Assault, mohaa.exe
  4904. DefaultState: 1
  4905. RuleName: Medal of Honour outbound UDP connection
  4906. Protocol: UDP
  4907. RemotePort: 12203, 12206
  4908. AllowIt
  4909.  
  4910. DefaultState: 1
  4911. RuleName: Medal of Honour inbound UDP connection
  4912. Protocol: UDP
  4913. RemotePort: 12203, 12206
  4914. AllowIt
  4915.  
  4916. DefaultState: 1
  4917. RuleName: Medal of Honour - send 'heartbeat' to master server
  4918. Protocol: UDP
  4919. RemotePort: 27900
  4920. RemoteHost: 216.177.89.34
  4921. AllowIt
  4922.  
  4923. [Championship Manager]
  4924. VisibleState: 0
  4925. Exe:
  4926. Championship Manager, cm0001.exe
  4927. DefaultState: 1
  4928. RuleName: Championship Manager TCP Connection
  4929. Protocol: TCP
  4930. RemotePort: 6667
  4931. Direction: Outbound
  4932. AllowIt
  4933.  
  4934. DefaultState: 1
  4935. RuleName: Championship Manager UDP Connection
  4936. Protocol: UDP
  4937. RemotePort: 6667
  4938. AllowIt
  4939.  
  4940. [Ultima Online]
  4941. VisibleState: 0
  4942. Exe:
  4943. Ultima Online, uo.exe
  4944. RuleName: Ultima Online
  4945. Protocol: TCP
  4946. RemotePort: 7785, 9999, 5001-5010, 7775-7777, 8800-8900
  4947. Direction: Outbound
  4948. AllowIt
  4949.  
  4950. [Quake II]
  4951. VisibleState: 0
  4952. Exe:
  4953. Quake II, quake2.exe
  4954. DefaultState: 1
  4955. RuleName: Quake II TCP Connection
  4956. Protocol: TCP
  4957. RemotePort: 27901
  4958. Direction: Outbound
  4959. AllowIt
  4960.  
  4961. DefaultState: 1
  4962. RuleName: Quake II UDP Connection
  4963. Protocol: UDP
  4964. RemotePort: 27910-27961
  4965. AllowIt
  4966.  
  4967. [Quake III]
  4968. VisibleState: 0
  4969. Exe:
  4970. Quake III, quake3.exe
  4971. DefaultState: 1
  4972. RuleName: Quake III TCP Connection
  4973. Protocol: TCP
  4974. RemotePort: 27950-30000
  4975. Direction: Outbound
  4976. AllowIt
  4977.  
  4978. DefaultState: 1
  4979. RuleName: Quake III UDP Connection
  4980. Protocol: UDP
  4981. RemotePort: 1025, 27910-30000
  4982. AllowIt
  4983.  
  4984. [Unreal]
  4985. VisibleState: 0
  4986. Exe:
  4987. Unreal, unreal.exe
  4988. DefaultState: 1
  4989. RuleName: Unreal TCP Connection
  4990. Protocol: TCP
  4991. RemotePort: 7777, 8888, 27900
  4992. Direction: Outbound
  4993. AllowIt
  4994.  
  4995. DefaultState: 1
  4996. RuleName: Unreal UDP Connection
  4997. Protocol: UDP
  4998. RemotePort: 7777-7781
  4999. AllowIt
  5000.  
  5001. [Delta Force]
  5002. VisibleState: 0
  5003. Exe:
  5004. Delta Force, df.exe
  5005. DefaultState: 1
  5006. RuleName: Delta Force TCP Connection
  5007. Protocol: TCP
  5008. RemotePort: 3100-3999
  5009. Direction: Outbound
  5010. AllowIt
  5011.  
  5012. DefaultState: 1
  5013. RuleName: Delta Force UDP Connection
  5014. Protocol: UDP
  5015. RemotePort: 3100-3999, 3568-3569
  5016. AllowIt
  5017.  
  5018. [Half-Life]
  5019. VisibleState: 0
  5020. Exe:
  5021. Half-Life, hl.exe
  5022. DefaultState: 1
  5023. RuleName: Half-Life TCP Connection
  5024. Protocol: TCP
  5025. RemotePort: 6000-6003, 7001
  5026. Direction: Outbound
  5027. AllowIt
  5028.  
  5029. DefaultState: 1
  5030. RuleName: Half-Life UDP Connection
  5031. Protocol: UDP
  5032. RemotePort: 27000-28000
  5033. AllowIt
  5034.  
  5035. DefaultState: 1
  5036. RuleName: Half-Life Server UDP Connection
  5037. Protocol: UDP
  5038. LocalPort: 27015
  5039. AllowIt
  5040.  
  5041. [Game Zone]
  5042. VisibleState: 0
  5043. Exe:
  5044. Game Zone Client, zclientm.exe
  5045. DefaultState: 0
  5046. RuleName:  MSN(tm) Zone TCP Connection
  5047. Protocol: TCP
  5048. RemotePort: 6667, 8000-9000, 9110, 9113, 8995-11000, 28800-29000
  5049. Direction: Outbound
  5050. AllowIt
  5051.  
  5052. DefaultState: 1
  5053. RuleName: MSN(tm) Zone UDP Connection
  5054. Protocol: UDP
  5055. RemotePort: 0, 8000-9000, 9000-9100, 28800-29000
  5056. AllowIt
  5057.  
  5058. DefaultState: 1
  5059. RuleName:  DirectX and Direct Play Games TCP Connection
  5060. Protocol: TCP
  5061. RemotePort: 2300-2400, 47264
  5062. Direction: Outbound
  5063. AllowIt
  5064.  
  5065. DefaultState: 1
  5066. RuleName: DirectX and Direct Play Games UDP Connection
  5067. Protocol: UDP
  5068. RemotePort: 2300-2400
  5069. AllowIt
  5070.  
  5071. DefaultState: 1
  5072. RuleName: MSN(tm) Zone HTTP connection
  5073. Protocol: TCP
  5074. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  5075. Direction: Outbound
  5076. AllowIt
  5077.  
  5078. [Ricochet]
  5079. VisibleState: 0
  5080. Exe:
  5081. Ricochet, ricochet.exe
  5082. DefaultState: 1
  5083. RuleName: Ricochet HTTP connection
  5084. Protocol: TCP
  5085. RemotePort:  80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  5086. Direction: Outbound
  5087. AllowIt
  5088.  
  5089. ; Administration
  5090.  
  5091. [Citrix ICA]
  5092. VisibleState: 0
  5093. Exe:
  5094. Citrix ICA Shell, pn.exe
  5095. Citrix ICA Client, wfica32.exe
  5096. DefaultState: 1
  5097. RuleName: ICA server search
  5098. Protocol: UDP
  5099. RemotePort: 1604
  5100. AllowIt
  5101.  
  5102. DefaultState: 1
  5103. RuleName: ICA data connection
  5104. Protocol: TCP
  5105. RemotePort: 1494
  5106. Direction: Outbound
  5107. AllowIt
  5108.  
  5109. [NetAdmin (MySQL)]
  5110. VisibleState: 0
  5111. Exe:
  5112. NetAdmin, netadmin.exe
  5113. DefaultState: 1
  5114. RuleName: NetAdmin MySQL data connection
  5115. Protocol: TCP
  5116. Direction: Outbound
  5117. RemotePort: 3306
  5118. AllowIt
  5119.  
  5120. [PCAnywhere Remote Control]
  5121. VisibleState: 0
  5122. Exe:
  5123. PCAnywhere Remote Control, awrem32.exe
  5124. DefaultState: 1
  5125. RuleName: PCAnywhere UDP connection (OUT)
  5126. Protocol: UDP
  5127. RemotePort: 5632
  5128. AllowIt
  5129.  
  5130. DefaultState: 1
  5131. RuleName: PCAnywhere TCP connection (OUT)
  5132. Protocol: TCP
  5133. Direction: Outbound
  5134. RemotePort: 5631
  5135. AllowIt
  5136.  
  5137. [PCAnywhere Host]
  5138. VisibleState: 0
  5139. Exe:
  5140. PCAnywhere Host, awhost32.exe
  5141. DefaultState: 1
  5142. RuleName: PCAnywhere UDP connection (IN)
  5143. Protocol: UDP
  5144. LocalPort: 5632
  5145. AllowIt
  5146.  
  5147. DefaultState: 1
  5148. RuleName: PCAnywhere TCP connection (IN)
  5149. Protocol: TCP
  5150. Direction: Inbound
  5151. LocalPort: 5631
  5152. AllowIt
  5153.  
  5154. [Remote Administrator Client]
  5155. VisibleState: 0
  5156. Exe:
  5157. Remote Administrator Client, radmin.exe
  5158. DefaultState: 1
  5159. RuleName: Remote Administrator Client connection
  5160. Protocol: TCP
  5161. Direction: Outbound
  5162. RemotePort: 4899
  5163. AllowIt
  5164.  
  5165. [Remote Administrator Host]
  5166. VisibleState: 0
  5167. Exe:
  5168. Remote Administrator Host, r_service.exe
  5169. DefaultState: 1
  5170. RuleName: Remote Administrator Host connection
  5171. Protocol: TCP
  5172. Direction: Inbound
  5173. LocalPort: 4899
  5174. AllowIt
  5175.  
  5176.  
  5177. ; Other
  5178.  
  5179. [United Devices]
  5180. VisibleState: 0
  5181. Exe:
  5182. United Devices, ud.exe
  5183. DefaultState: 1
  5184. RuleName: United Devices HTTP connection
  5185. Protocol: TCP
  5186. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  5187. Direction: Outbound
  5188. AllowIt
  5189.  
  5190. [MTS Balance]
  5191. VisibleState: 0
  5192. Exe:
  5193. MTS Balance, mtsbalance.exe
  5194. DefaultState: 1
  5195. RuleName: MTS Balance HTTPS connection
  5196. Protocol: TCP
  5197. Direction: Outbound
  5198. RemotePort: 443
  5199. AllowIt
  5200.  
  5201. [Semagic LiveJournal Client]
  5202. VisibleState: 0
  5203. Exe:
  5204. Semagic LiveJournal Client, livejournalu.exe
  5205. DefaultState: 1
  5206. RuleName: Semagic LiveJournal Client connection
  5207. Protocol: TCP
  5208. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  5209. Direction: Outbound
  5210. AllowIt
  5211.  
  5212. ; Anti-Spam
  5213.  
  5214. [Bounce Spam Mail]
  5215. VisibleState: 0
  5216. Exe:
  5217. Bounce Spam Mail, bsm18.exe
  5218. DefaultState: 1
  5219. RuleName: Send mail by Bounce Spam Mail
  5220. Protocol: TCP
  5221. RemotePort: 25
  5222. Direction: Outbound
  5223. AllowIt
  5224.  
  5225. [SpamPal]
  5226. VisibleState: 0
  5227. Exe:
  5228. SpamPal, spampal.exe
  5229. DefaultState: 1
  5230. RuleName: SpamPal HTTP Connection
  5231. Protocol: TCP
  5232. RemotePort: 80-83, 443, 1080, 3128, 8080, 8081, 8088, 11523
  5233. Direction: Outbound
  5234. AllowIt
  5235.  
  5236. DefaultState: 1
  5237. RuleName: Receive Mail by SpamPal
  5238. Protocol: TCP
  5239. RemotePort: 110
  5240. Direction: Outbound
  5241. AllowIt
  5242.  
  5243. ;NTDomain
  5244.  
  5245. [LSASS.EXE]
  5246. VisibleState: 0
  5247. Group: NTDomain
  5248. Exe:
  5249. Local Security Authority Service, lsass.exe
  5250.  
  5251. DefaultState: 1
  5252. RuleName: Local Security Authority Service Kerberos UDP connection
  5253. Protocol: UDP
  5254. RemotePort: 88
  5255. ActivateSI
  5256. AllowIt
  5257.  
  5258. DefaultState: 1
  5259. RuleName: Local Security Authority Service Kerberos TCP connection
  5260. Protocol: TCP
  5261. RemotePort: 88
  5262. Direction: Outbound
  5263. AllowIt
  5264.  
  5265. DefaultState: 1
  5266. RuleName: LSASS LDAP connection to Global Catalog Server
  5267. Protocol: TCP
  5268. RemotePort: 3268, 3269
  5269. Direction: Outbound
  5270. ActivateSI
  5271. AllowIt
  5272.  
  5273. DefaultState: 1
  5274. RuleName: Local Security Authority Service LDAP connection
  5275. Protocol: UDP
  5276. RemotePort: 389
  5277. ActivateSI
  5278. AllowIt
  5279.  
  5280. DefaultState: 1
  5281. RuleName: Local Security Authority Service LDAP connection
  5282. Protocol: TCP
  5283. RemotePort: 389
  5284. Direction: Outbound
  5285. ActivateSI
  5286. AllowIt
  5287.  
  5288. DefaultState: 1
  5289. RuleName: Local Security Authority Service DCOM dynamic port allocation
  5290. Protocol: TCP
  5291. RemotePort: 1025-1040
  5292. Direction: Outbound
  5293. AllowIt
  5294.  
  5295. DefaultState: 1
  5296. RuleName: Local Security Authority Service DCOM connection
  5297. Protocol: TCP
  5298. RemotePort: 135
  5299. Direction: Outbound
  5300. AllowIt
  5301.  
  5302. [SERVICES.EXE]
  5303. VisibleState:0
  5304. Group: NTDomain
  5305. Exe:
  5306. Services and controller app, services.exe
  5307.  
  5308. DefaultState: 1
  5309. RuleName: Services DCOM connection
  5310. Protocol: TCP
  5311. RemotePort: 135
  5312. Direction: Outbound
  5313. AllowIt
  5314.  
  5315. DefaultState: 1
  5316. RuleName: Services DCOM dynamic port allocation
  5317. Protocol: TCP
  5318. RemotePort: 1090-1110
  5319. Direction: Outbound
  5320. AllowIt
  5321.  
  5322. DefaultState: 1
  5323. RuleName: Services LDAP connection
  5324. Protocol: TCP
  5325. RemotePort: 3268, 389
  5326. Direction: Outbound
  5327. AllowIt
  5328.  
  5329. [WINLOGON.EXE]
  5330. VisibleState: 0
  5331. Group: NTDomain
  5332. Exe:
  5333. Microsoft Windows logon application, winlogon.exe
  5334.  
  5335. DefaultState: 1
  5336. RuleName: Microsoft Winlogon LDAP connection
  5337. Protocol: TCP
  5338. RemotePort: 3268, 389
  5339. Direction: Outbound
  5340. AllowIt
  5341.  
  5342. DefaultState: 1
  5343. RuleName: Microsoft Winlogon DCOM connection
  5344. Protocol: TCP
  5345. RemotePort: 135
  5346. Direction: Outbound
  5347. AllowIt
  5348.  
  5349. [USERINIT.EXE]
  5350. VisibleState: 0
  5351. Group: NTDomain
  5352. Exe:
  5353. Microsoft Userinit Logon Application, userinit.exe
  5354.  
  5355. DefaultState: 1
  5356. RuleName: Microsoft Userinit LDAP connection
  5357. Protocol: TCP
  5358. RemotePort: 3268, 389
  5359. Direction: Outbound
  5360. AllowIt
  5361.  
  5362. DefaultState: 1
  5363. RuleName: Microsoft Userinit DCOM connection
  5364. Protocol: TCP
  5365. RemotePort: 135
  5366. Direction: Outbound
  5367. AllowIt
  5368.  
  5369. [LocalHost UDP]
  5370. VisibleState: 0
  5371. Group: Auto
  5372. Exe:
  5373. system, system
  5374.  
  5375. DefaultState: 1
  5376. RuleName: Allow LocalHost UDP Connection
  5377. Protocol: UDP
  5378. LocalHost: 255.255.255.255:0.0.0.0
  5379. RemoteHost: 255.255.255.255:0.0.0.0
  5380. EqualPorts
  5381. AllowIt
  5382. IgnoreCC
  5383.  
  5384. ; VPN
  5385.  
  5386.  
  5387. [Cisco VPN Client]
  5388. VisibleState: 0
  5389. Exe:
  5390. Cisco VPN Client, vpngui.exe
  5391. Cisco VPN Client, cvpnd.exe
  5392.  
  5393. DefaultState: 1
  5394. RuleName: Cisco VPN Client connection
  5395. Protocol: TCP
  5396. RemoteHost: 255.255.255.255:0.0.0.0
  5397. RemotePort: 62514, 62516
  5398. Direction: Outbound
  5399. AllowIt
  5400. IgnoreCC
  5401.  
  5402. DefaultState: 1
  5403. RuleName: Cisco VPN Client connection
  5404. Protocol: UDP
  5405. LocalPort: 500
  5406. RemotePort: 500
  5407. AllowIt
  5408. IgnoreCC
  5409.  
  5410. [Kerio VPN Client]
  5411. VisibleState: 0
  5412. Exe:
  5413. Kerio VPN Client, kvpnclient.exe
  5414. system, system
  5415.  
  5416. DefaultState: 1
  5417. RuleName: Kerio VPN Client UDP connection
  5418. Protocol: UDP
  5419. LocalPort: 4090
  5420. RemotePort: 4090
  5421. AllowIt
  5422.  
  5423. DefaultState: 1
  5424. RuleName: Kerio VPN Client TCP connection
  5425. Protocol: TCP
  5426. LocalPort: 4090
  5427. RemotePort: 4090
  5428. Direction: Outbound
  5429. AllowIt
  5430.  
  5431.  
  5432. ; system Rules
  5433.  
  5434. [Allow DNS Resolving (TCP)]
  5435. VisibleState: 0
  5436. Exe:
  5437. system, system
  5438. DefaultState: 1
  5439. RuleName: Allow DNS Resolving (TCP)
  5440. Protocol: TCP
  5441. RemotePort: 53
  5442. Direction: Outbound
  5443. AllowIt
  5444.  
  5445. [Allow DNS Resolving (UDP)]
  5446. VisibleState: 0
  5447. Exe:
  5448. system, system
  5449. DefaultState: 1
  5450. RuleName: Allow DNS Resolving (UDP)
  5451. Protocol: UDP
  5452. RemotePort: 53
  5453. ActivateSI AlgFtp
  5454. AllowIt
  5455.  
  5456.  
  5457. [Allow Outgoing DHCP]
  5458. VisibleState: 0
  5459. Exe:
  5460. system, system
  5461. DefaultState: 1
  5462. RuleName: Allow Outgoing DHCP
  5463. Protocol: UDP
  5464. RemotePort: 67, 68, 546, 547
  5465. AllowIt
  5466.  
  5467. [Allow Inbound Identification]
  5468. VisibleState: 0
  5469. Exe:
  5470. system, system
  5471. DefaultState: 0
  5472. RuleName: Allow Inbound Identification
  5473. Protocol: TCP
  5474. LocalPort: 113
  5475. Direction: Inbound
  5476. AllowIt
  5477.  
  5478. [Allow Loopback]
  5479. VisibleState: 0
  5480. Exe:
  5481. system, system
  5482. DefaultState: 1
  5483. RuleName: Allow Loopback
  5484. Protocol: TCP
  5485. RemoteHost: 127.0.0.1
  5486. Direction: Inbound
  5487. AllowIt
  5488.  
  5489. [Allow PPTP control connection]
  5490. VisibleState: 0
  5491. Exe:
  5492. system, system
  5493. DefaultState: 1
  5494. RuleName: Allow PPTP control connection
  5495. Protocol: TCP
  5496. LocalPort: 1024-65535
  5497. RemotePort: 1723
  5498. Direction: Outbound
  5499. AllowIt
  5500.  
  5501. [Block Remote Procedure Call (TCP)]
  5502. VisibleState: 0
  5503. Exe:
  5504. system, system
  5505. DefaultState: 1
  5506. RuleName: Block Remote Procedure Call (TCP)
  5507. Protocol: TCP
  5508. LocalPort: 135
  5509. Direction: Inbound
  5510. BlockIt
  5511.  
  5512. [Block Remote Procedure Call (UDP)]
  5513. VisibleState: 0
  5514. Exe:
  5515. system, system
  5516. DefaultState: 1
  5517. RuleName: Block Remote Procedure Call (UDP)
  5518. Protocol: UDP
  5519. LocalPort: 135
  5520. BlockIt
  5521.  
  5522. [Block Server Message Block Protocol (TCP)]
  5523. VisibleState: 0
  5524. Exe:
  5525. system, system
  5526. DefaultState: 1
  5527. RuleName: Block Server Message Block Protocol (TCP)
  5528. Protocol: TCP
  5529. LocalPort: 445
  5530. Direction: Inbound
  5531. BlockIt
  5532.  
  5533. [Block Remote Procedure Call (UDP)]
  5534. VisibleState: 0
  5535. Exe:
  5536. system, system
  5537. DefaultState: 1
  5538. RuleName: Block Remote Procedure Call (UDP)
  5539. Protocol: UDP
  5540. LocalPort: 445
  5541. BlockIt
  5542.  
  5543. [Allow GRE Protocol]
  5544. VisibleState: 0
  5545. Exe:
  5546. system, system
  5547. DefaultState: 1
  5548. RuleName: Allow GRE Protocol
  5549. Protocol: IP
  5550. IPType: GRE
  5551. AllowIt
  5552.  
  5553. [Block IGMP Multicast]
  5554. VisibleState: 0
  5555. Exe:
  5556. system, system
  5557. DefaultState: 1
  5558. RuleName: Block IGMP Multicast
  5559. Protocol: IP
  5560. IPType: IGMP
  5561. RemoteHost: 224.0.0.*
  5562. BlockIt
  5563.